Eralt / arduino

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

Update Tone test to include before, after, PWM test conditions #398

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

Additional test cases for Tone testing:
- call to tone() before previous tone() has ended
- call to tone() after previous tone() has ended
- call to tone() after call to noTone() (after an indefinite call to tone())
- use of PWM on timer 2 after a call to tone() has ended
- use of PWM on timer 2 after a call to noTone() (after an indefinite
call to tone())

Original issue reported on code.google.com by rick.rickanderson on 12 Nov 2010 at 6:23

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 17 Nov 2010 at 4:29