Reference.NoTone History
Hide minor edits - Show changes to markup
March 08, 2010, at 10:24 AM
by Tom Igoe -
Added lines 6-9:
NOTE: if you want to play different pitches on multiple pins, you need to call noTone() on one pin before calling tone() on the next pin.
January 09, 2010, at 11:41 AM
by David A. Mellis -
Added lines 1-16:
noTone()
Description
Stops the generation of a square wave triggered by tone(). Has no effect if no tone is being generated.
Syntax
noTone(pin)
Parameters
pin: the pin on which to stop generating the tone
Returns
nothing
See also