MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / noTone

Function noTone

examples/ControlRelay/PinDefinitionsAndMore.h:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 ledcWriteTone(TONE_LEDC_CHANNEL, 0);
228}
229void noTone(uint8_t aPinNumber){
230 ledcWriteTone(TONE_LEDC_CHANNEL, 0);
231}
232#endif // ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
233
234#define IR_RECEIVE_PIN 15 // D15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected