D:\NUP STUDIO\Iron_Man_Servo-3.0.1.2\Iron_Man_Servo\Iron_Man_Servo.ino:42:4: error: #error Code not compatible with this board type.
#error Code not compatible with this board type.
^
exit status 1
Compilation error: #error Code not compatible with this board type.
i'm using attiny85 and Arduino AVR, Digistump AVR Board
Hi @boypii. Were you using a different Arduino board at the time it worked?
The creators of this sketch explicitly configured it to fail with this message when compiled with an ATtiny85-based board selected in Arduino IDE, so the compilation failure is completely expected:
so aTtiny85 wont work anymore? Last time - 2 weeks ago, i used the same aTtiny85 board to uploaded the code. Today, i come back to make some adjustments on servo and turn out the code not compatible anymore =((