chad

Dependencies:   MCP23017 WattBob_TextLCD mbed-rtos mbed

Revision:
5:e1ade53bce83
Parent:
4:70553c83c65a
Child:
6:c538f317f426
diff -r 70553c83c65a -r e1ade53bce83 main.cpp
--- a/main.cpp	Tue Mar 07 15:15:13 2017 +0000
+++ b/main.cpp	Tue Mar 07 15:51:11 2017 +0000
@@ -36,7 +36,8 @@
 Timer idle;                     // Timer for idle states
 
 // Constant Declaration
-const int SampFreq = 100;
+const int SampFreq = 100;       // Sampling Frequency
+const int WD = 6000;            // Watchdog pulse length
 
 // Variable Declaration
 long int tck = 0;               // Used to define what task is called (CycExec)