Component Test's Software to work with "Universal Controller Box" - Software is an interpreter or "compiler" for programs to be done with a .txt file and read off of the SD Card

Dependencies:   BridgeDriver FrontPanelButtons MCP23017 SDFileSystem TextLCD mbed

Revision:
12:2e3e86714243
Parent:
11:bc9cd2869f95
--- a/Initialization.hpp	Wed Oct 01 18:11:38 2014 +0000
+++ b/Initialization.hpp	Wed Oct 01 19:31:02 2014 +0000
@@ -98,6 +98,8 @@
 struct CycleWatch{
 
     int numCycles;          //number of cycles to go to
+    int counter;            //number the tracks the current cycle count
+    float totalCycleTime;   //tracks the total amount of time for the cycle, in order to calculate the average cycle time
     int startAddress;       //starting address to seek back to on loop
     int startLineNumber;    //starting line number to reset to
 };