Skip to content

Commit 69d2558

Browse files
committed
Cleanup test case.
1 parent a43f74b commit 69d2558

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libraries/Ticker/examples/TickerParameter/TickerParameter.ino

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <Ticker.h>
1515

1616
Ticker tickerSetHigh;
17-
Ticker tickerSetAnalog;
1817
Ticker tickerSetLow;
1918

2019
void setPin(int state) {
@@ -27,7 +26,6 @@ void setPinChar(char state) {
2726

2827
void setup() {
2928
pinMode(LED_BUILTIN, OUTPUT);
30-
digitalWrite(1, LOW);
3129

3230
// every 25 ms, call setPin(0)
3331
tickerSetLow.attach_ms(25, setPin, 0);

0 commit comments

Comments
 (0)