Tone.cpp | 94 static uint8_t tone_pins[AVAILABLE_TONE_PINS] = { 255 /*, 255, 255, 255, 255, 255 */ }; variable 101 static uint8_t tone_pins[AVAILABLE_TONE_PINS] = { 255 /*, 255 */ }; variable 109 static uint8_t tone_pins[AVAILABLE_TONE_PINS] = { 255 /*, 255, 255 */ }; variable 121 if (tone_pins[i] == _pin) { 128 if (tone_pins[i] == 255) { 129 tone_pins[i] = _pin; 472 if (tone_pins[i] == _pin) { 474 tone_pins[i] = 255; 536 // need to call noTone() so that the tone_pins[] entry is reset, so the 539 noTone(tone_pins[0]) [all...] |