Hi!
I've tried to program a Tiny 85 via my Arduino Uno (following the rationale of http://hlt.media.mit.edu/?p=1229). However, when trying to upload the simple "blink" sketch I get error messages saying:
Blink.ino:10:21: error: Arduino.h: No such file or directory
Blink.ino: In function 'void setup()':
Blink:15: error: 'OUTPUT' was not declared in this scope
Blink:15: error: 'pinMode' was not declared in this scope
Blink.ino: In function 'void loop()':
Blink:20: error: 'HIGH' was not declared in this scope
Blink:20: error: 'digitalWrite' was not declared in this scope
Blink:21: error: 'delay' was not declared in this scope
Blink:22: error: 'LOW' was not declared in this scope
Does anyone knows what wrong?
Best regard s// M