RasPiArduino
RasPiArduino copied to clipboard
avr/io.h: No such file or directory
hi I want to use TimerOne library. when I compile i get this error : "C:\Program Files (x86)\Arduino\libraries\TimerOne/TimerOne.h:39:20: fatal error: avr/io.h: No such file or directory" I really appreciate your help and your project .
ok there is no timer library for raspberry - avr-based timer any idea?
Raspberry PI is a computer. You do not have the timers that you are used to in microcontrollers :) You have threads instead.
is there any difference between thread and timer - interupts ? i want to import dmd library it is using timer , do you have any experience?