Export to GitHub

arduino - issue #228

PWM remains disabled after tone() ends.


Posted on Apr 12, 2010 by Happy Rhino

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.

Comment #1

Posted on May 8, 2010 by Happy Rhino

See: http://letsmakerobots.com/node/18743

Comment #2

Posted on Jun 12, 2010 by Happy Rhino

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

Status: Fixed

Labels:
Type-Defect Priority-Medium Milestone-0019 Component-Core OpSys-All