We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83e553 commit 2541373Copy full SHA for 2541373
README.md
@@ -18,6 +18,7 @@ See [blog articles](http://programmablehardware.blogspot.ie/search/label/interru
18
Example
19
-------
20
21
+ #include <avr/wdt.h>
22
#include <Interrupted.h>
23
24
#define LED 13
@@ -27,7 +28,7 @@ Example
27
28
#define TIMER 1
29
30
SerialOut output(SER_OUT, 115200);
- Watchdog timer(TIMER, 5);
31
+ Watchdog timer(TIMER, WDTO_4S);
32
External int0(EXT0), int1(EXT1, RISING);
33
Port port(PB);
34
Pin led(LED, port);
0 commit comments