ManualControl

Dependencies:   TPixy-Interface

Fork of MbedOS_Robot by ECE4333 - 2018 - Ahmed & Brandon

Revision:
0:a355e511bc5d
Child:
8:a0890fa79084
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WatchdogThread.h	Thu Feb 01 03:58:00 2018 +0000
@@ -0,0 +1,11 @@
+
+#ifndef WDTHREAD_H_
+#define WDTHREAD_H_
+
+
+bool WatchdogThreadInit();
+void WatchdogReset(void);
+
+
+
+#endif
\ No newline at end of file