Fork to see if I can get working

Dependencies:   BufferedSerial OneWire WinbondSPIFlash libxDot-dev-mbed5-deprecated

Fork of xDotBridge_update_test20180823 by Matt Briggs

Revision:
48:bab9f747d9ed
Parent:
44:ece6330e9b57
Child:
49:18f1354f9e51
--- a/xDotBridge/inc/BaseboardIO.h	Fri Feb 10 07:41:16 2017 -0700
+++ b/xDotBridge/inc/BaseboardIO.h	Mon Feb 13 17:10:59 2017 -0700
@@ -150,7 +150,7 @@
     *
     * @return bool
     */
-    bool isCCOutNO();
+    bool isCCNO();
 
     /**
     * @brief Returns the current state of the NO/NC switch
@@ -167,7 +167,7 @@
     *
     * @return bool
     */
-    bool isCCOutNC() {return isCCOutNO();}
+    bool isCCNC() {return isCCNO();}
 
     /**
     * @brief Returns the current state of the Rx/Tx switch