Skip to content

Commit 515d0f1

Browse files
committed
Fixed spelling error in Chapter 12 timer1.ino comment
1 parent 524f9c8 commit 515d0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter 12/timer1/timer1.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void setup()
1616
{
1717
pinMode(LED, OUTPUT);
1818
Timer1.initialize(1000000); // set a timer of length 1000000 microseconds (1 second)
19-
Timer1.attachInterrupt(blinky); //Runs "blinky" on each timmer interrupt
19+
Timer1.attachInterrupt(blinky); //Runs "blinky" on each timer interrupt
2020
}
2121

2222
void loop()

0 commit comments

Comments
 (0)