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:
98:3609f600c2f5
Parent:
62:9751a8504c82
--- a/xDotBridge/inc/BaseboardIO.h	Tue Nov 28 16:19:57 2017 +0000
+++ b/xDotBridge/inc/BaseboardIO.h	Tue Nov 28 14:31:54 2017 -0700
@@ -202,6 +202,10 @@
     */
     bool isCCNO();
 
+    void setIsCCNO(bool val);
+
+    void setIsCCNC(bool val) {setIsCCNO(!val);}
+
     /**
     * @brief Returns the current state of the NO/NC switch
     *
@@ -236,6 +240,10 @@
     */
     bool isRx();
 
+    void setIsRx(bool val);
+
+    void setIsTx(bool val) {setIsRx(!val);}
+
     /**
     * @brief Returns the current state of the Rx/Tx switch
     *
@@ -297,6 +305,8 @@
     */
     uint8_t rotarySwitch1();
 
+    void setRotarySwitch1(uint8_t val);
+
     /**
     * @brief Returns value of a rotary switch (TODO give board location)
     *
@@ -309,6 +319,8 @@
     */
     uint8_t rotarySwitch2();
 
+//    void setRotarySwitch2(uint8_t val);
+
     ////////////
     // Output //
     ////////////