Hi all,
I am trying to control the speed of my DC motors using wheel encoders and reading the speed with an IR LM393 sensor.
I have downloaded the library for the timer interupt, extracted it into my ardino library (where all my other libraries work) and I'm still getting..
sketch_nov05a.ino: In function 'void timerIsr()':
sketch_nov05a:14: error: 'Timer1' was not declared in this scope
sketch_nov05a.ino: In function 'void setup()':
sketch_nov05a:30: error: 'Timer1' was not declared in this scope
does anyone have a nice sketch for odometry using the 4 pin sensor I have above (with library) to make my life easier please.
Many thanks