aravind0220 / arduino

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

PWM remains disabled after tone() ends. #228

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Generate a tone() and let it finish or call noTone() (not sure which).
2. Try to do an analogWrite() on the affected pins.

What is the expected output? What do you see instead?
The PWM should work since the tone() command no longer is using a timer.  It 
doesn't.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by dmel...@gmail.com on 12 Apr 2010 at 9:48

GoogleCodeExporter commented 9 years ago
See: http://letsmakerobots.com/node/18743

Original comment by dmel...@gmail.com on 8 May 2010 at 8:02

GoogleCodeExporter commented 9 years ago
Fixed, although only for timer 2 (which is the only one we're using at the 
moment).  Not tested on the ATmega8.

Original comment by dmel...@gmail.com on 12 Jun 2010 at 7:53