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 fd8e357 commit 66b6e6eCopy full SHA for 66b6e6e
libraries/WDT/src/WDT.h
@@ -8,5 +8,11 @@ class APM3_WDT
8
public:
9
APM3_WDT();
10
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
+
17
};
18
#endif //WDT_H
0 commit comments