Skip to content

Commit 9382d77

Browse files
committed
Reformat example sources
1 parent 3417f08 commit 9382d77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Ticker/examples/TickerParameter/TickerParameter.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Ticker tickerSetHigh;
1818
Ticker tickerSetChar;
1919

2020
void setPinLow() {
21-
digitalWrite(LED_BUILTIN, 0);
21+
digitalWrite(LED_BUILTIN, 0);
2222
}
2323

2424
void setPinHigh() {
25-
digitalWrite(LED_BUILTIN, 1);
25+
digitalWrite(LED_BUILTIN, 1);
2626
}
2727

2828
void setPin(int state) {

0 commit comments

Comments
 (0)