netmaniac / arduino-tiny

Automatically exported from code.google.com/p/arduino-tiny
0 stars 5 forks source link

Timer 0 does not work for millis on ATtiny85 #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The TIMER_TO_USE_FOR_MILLIS option in "core_build_options.h" should allow timer 
0 to be selected for millis.  This does not work correctly for the ATtiny85 
processor.  Details are here...

http://arduino.cc/forum/index.php/topic,51984.msg454229.html#msg454229

Original issue reported on code.google.com by arduino....@gmail.com on 2 Jun 2011 at 8:26

GoogleCodeExporter commented 9 years ago
The option works correctly with Arduino 0022 on Windows Vista.  The problem 
appears to be because of the Linux toolset.

Original comment by arduino....@gmail.com on 18 Dec 2011 at 8:31

GoogleCodeExporter commented 9 years ago

Original comment by arduino....@gmail.com on 19 Dec 2011 at 8:59