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:
61:8d9efd33cac9
Parent:
60:5179449a684f
Child:
62:9751a8504c82
--- a/xDotBridge/src/BaseboardIO.cpp	Mon Mar 06 15:16:58 2017 -0700
+++ b/xDotBridge/src/BaseboardIO.cpp	Thu Mar 09 16:47:42 2017 -0700
@@ -10,7 +10,11 @@
 #include "dot_util.h" // FIXME just need the reference to dot somehow
 #include "xdot_low_power.h"
 
-const float COIL_ON_TIME = 0.030; // 30 ms
+// Original
+const float COIL_ON_TIME = 0.060; // 30 ms
+// Test
+//const float COIL_ON_TIME = 0.30; // 300 ms
+
 
 // Port expander 0 (Currently U7)
 const uint8_t pEx0232En     = 0x01;