Skip to content

Commit 2541373

Browse files
authored
Update README.md
1 parent a83e553 commit 2541373

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ See [blog articles](http://programmablehardware.blogspot.ie/search/label/interru
1818
Example
1919
-------
2020

21+
#include <avr/wdt.h>
2122
#include <Interrupted.h>
2223

2324
#define LED 13
@@ -27,7 +28,7 @@ Example
2728
#define TIMER 1
2829

2930
SerialOut output(SER_OUT, 115200);
30-
Watchdog timer(TIMER, 5);
31+
Watchdog timer(TIMER, WDTO_4S);
3132
External int0(EXT0), int1(EXT1, RISING);
3233
Port port(PB);
3334
Pin led(LED, port);

0 commit comments

Comments
 (0)