We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9d875 commit 155ca1dCopy full SHA for 155ca1d
cpp/arduino/Godmode.h
@@ -93,7 +93,6 @@ void analogWrite(uint8_t, int);
93
94
// TODO: issue #26 to track the commanded state here
95
inline void tone(uint8_t _pin, unsigned int frequency, unsigned long duration = 0) {}
96
-inline void tone(uint8_t _pin, unsigned int frequency) {}
97
inline void noTone(uint8_t _pin) {}
98
99
0 commit comments