Skip to content

Commit 66b6e6e

Browse files
committed
Update WDT.h
1 parent fd8e357 commit 66b6e6e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libraries/WDT/src/WDT.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,11 @@ class APM3_WDT
88
public:
99
APM3_WDT();
1010

11+
void configure(uint32_t clock, uint16_t interrupt, uint16_t reset); // Configure watchdog
12+
void enable(); // Enable the watchdog
13+
void disable(); // Disable the watchdog
14+
void restart(); // Restart the watchdog
15+
void clear() // Clear the watchdog interrupt
16+
1117
};
1218
#endif //WDT_H

0 commit comments

Comments
 (0)