Closed GoogleCodeExporter closed 8 years ago
Timer 1 is used by millis / micros. Timer 0 is available for your use (or is
used by Tone). If you'd like to switch millis to timer 0, open the
"core_build_options.h" file, locate the ATtiny85 section, and change
TIMER_TO_USE_FOR_MILLIS to 0.
Original comment by arduino....@gmail.com
on 28 Sep 2011 at 8:13
Bear in mind that switching the two timers may cause problems...
http://code.google.com/p/arduino-tiny/issues/detail?id=2
Original comment by arduino....@gmail.com
on 28 Sep 2011 at 8:14
Original issue reported on code.google.com by
leomi...@gmail.com
on 28 Sep 2011 at 8:05