Closed GoogleCodeExporter closed 8 years ago
Please read the documentation @ http://arduino.cc/playground/Code/Timer1
Timer1.initialize() takes a value in _microseconds_, so a value of 1us may
force the processor into a infinite interrupt loop or it might just go blink a
million times faster than you wanted. Also, the digitalWrite should be in the
myint section.
Original comment by lex.v.ta...@gmail.com
on 1 Feb 2012 at 3:23
Original issue reported on code.google.com by
tasos...@gmail.com
on 13 Dec 2011 at 5:55