TimerThree.h not compiling


greetings,
  trying create timer , function run when timer goes off.  using arduino version: 1.0.6 arduino micro board. 

when  include timerthree header file getting compilation problems.

 #include <timerthree.h>

c:\users\marley\documents\arduino\libraries\timer3\timerthree.cpp: in member function 'void timerthree::pwm(char, int, long int)':
c:\users\marley\documents\arduino\libraries\timer3\timerthree.cpp:61: error: 'porte3' not declared in scope
c:\users\marley\documents\arduino\libraries\timer3\timerthree.cpp:62: error: 'porte4' not declared in scope
c:\users\marley\documents\arduino\libraries\timer3\timerthree.cpp:63: error: 'porte5' not declared in scope

does know of solution problem?

thanks,

robin

where did timerthree library ?


Arduino Forum > Using Arduino > Programming Questions > TimerThree.h not compiling


arduino

Comments