peter157 / tinkerit

Automatically exported from code.google.com/p/tinkerit
0 stars 0 forks source link

Cantarino - hang on Arduino NG #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://tinkerit.googlecode.com/files/speech_daisybell.pde hangs on Arduino NG 
with a fixed tone

Reported by gomako on Cantarino group.

Original issue reported on code.google.com by cathed...@gmail.com on 26 Jul 2009 at 8:58

GoogleCodeExporter commented 8 years ago
Write to TIMSK clears TOIE0. This freezes the Arduino millisecond timer, so 
delay() hangs.

Fix suggested - TIMSK write should only alter TOIE2 bit. gomako is verifying on 
Cantarino group.

Original comment by cathed...@gmail.com on 26 Jul 2009 at 9:01

GoogleCodeExporter commented 8 years ago
Fix verified as working by gomako

Original comment by cathed...@gmail.com on 27 Jul 2009 at 10:05