HomeSort by relevance Sort by last modified time
    Searched refs:noTone (Results 1 - 2 of 2) sorted by null

  /external/arduino/hardware/arduino/cores/arduino/
WProgram.h 25 void noTone(uint8_t _pin);
Tone.cpp 467 void noTone(uint8_t _pin)
536 // need to call noTone() so that the tone_pins[] entry is reset, so the
539 noTone(tone_pins[0]);

Completed in 118 milliseconds