I'm writing a code for an ATtiny841 which is using
<Arduino.h>
And when I click on Build (F7) I have this in the build window:
Severity Code Description Project File Line
Error Arduino.h: No such file or directory
Then I try to include the Arduino header file I then I receive other issues in the code, saying that I have no such file or directory from other header files that I don't have, so I am asking if there is a way to include all of this libraries that came with the Arduino Header file and how to do it, because this is driving me crazy, I don't want to include all files manually, this is only driving me to other issues in the code....
I want to use this library to interface with libraries that work with the Arduino header file to use it in the ATtiny841.