We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1856c commit 7cd5344Copy full SHA for 7cd5344
cores/arduino/Tone.h
@@ -25,6 +25,4 @@
25
void tone(uint32_t _pin, uint32_t frequency, uint32_t duration = 0);
26
void noTone(uint32_t _pin);
27
28
-void toneAccurateClock (uint32_t);
29
-
30
#endif
0 commit comments