We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43f74b commit 69d2558Copy full SHA for 69d2558
libraries/Ticker/examples/TickerParameter/TickerParameter.ino
@@ -14,7 +14,6 @@
14
#include <Ticker.h>
15
16
Ticker tickerSetHigh;
17
-Ticker tickerSetAnalog;
18
Ticker tickerSetLow;
19
20
void setPin(int state) {
@@ -27,7 +26,6 @@ void setPinChar(char state) {
27
26
28
void setup() {
29
pinMode(LED_BUILTIN, OUTPUT);
30
- digitalWrite(1, LOW);
31
32
// every 25 ms, call setPin(0)
33
tickerSetLow.attach_ms(25, setPin, 0);
0 commit comments