Hey, I tried to use the atTiny lib from high-low tech. When I tried to compile the blink sketch (yes I changed the pin to 3) I got declaration errors. WHY?
Blink.cpp:10:21: error: Arduino.h: No such file or directory
Blink.cpp: In function 'void setup()':
Blink:14: error: 'OUTPUT' was not declared in this scope
Blink:14: error: 'pinMode' was not declared in this scope
Blink.cpp: In function 'void loop()':
Blink:19: error: 'HIGH' was not declared in this scope
Blink:19: error: 'digitalWrite' was not declared in this scope
Blink:20: error: 'delay' was not declared in this scope
Blink:21: error: 'LOW' was not declared in this scope
How could I have possibly messed up anything? It's just not possible I just hate the arduino IDE for throwing errors at me at random.
Because the readme said it was for 85
Edit: Never mind. In the IDE it shows up I don't use an external clock source, so do I need to select the 1Mhz for the internal clock??
Specifically, our goal is to provide a core that enables Arduino users to work with the ATtiny 84 (44/24), ATtiny 85 (45/25), and ATtiny 2313 processors.
Okay everything works fine now. The version on high-low tech group's page was probably just outdated and not suited for use with the latest version of the arduino IDE.