@@ -0,0 +1,14 @@
+
+//pet the watchdog to prevent timeout
+ #include "ti/driverlib/dl_wwdt.h"
+//initialize the watchdog timer
+void petWatchDog(){
+ // resets WWDT peripheral
+ DL_WWDT_reset(WWDT0);
+}
+void checkWWDT(){