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:
15:c944ee3c8a5b
Parent:
11:bc9cd2869f95
Child:
16:2482d226cf4d
diff -r 953820302fb7 -r c944ee3c8a5b Devices/CAN_Device.hpp
--- a/Devices/CAN_Device.hpp	Thu Oct 02 23:49:44 2014 +0000
+++ b/Devices/CAN_Device.hpp	Fri Oct 03 17:31:04 2014 +0000
@@ -8,6 +8,8 @@
     private:
         int selectedCAN;
         int freq;
+        PinName pinRD;
+        PinName pinTD;
         vector<CANMessage> messages;
         
     public: