Posted on Jul 26, 2009 by
Happy Hippo
http://tinkerit.googlecode.com/files/speech_daisybell.pde hangs on Arduino NG with a fixed tone
Reported by gomako on Cantarino group.
Comment #1
Posted on Jul 26, 2009 by Happy HippoWrite 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.
Comment #2
Posted on Jul 27, 2009 by Happy HippoFix verified as working by gomako
Status: Fixed
Labels:
Type-Defect
Priority-Medium