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:
64:46c8819c07cc
Parent:
62:9751a8504c82
Child:
69:eb391644b346
--- a/xDotBridge/inc/UserInterface.h	Tue Mar 14 09:54:04 2017 -0600
+++ b/xDotBridge/inc/UserInterface.h	Tue Mar 14 11:53:53 2017 -0600
@@ -38,4 +38,15 @@
     static float rotVal2Sec(uint8_t in) {return rotVal2Msec(in)/1000.0;}
 };
 
+class LedPatterns {
+public:
+    LedPatterns(BaseboardIO *bbio);
+    void turnOn();
+    void turnOff();
+    void singleBlink();
+    void tripleBlink();
+    void tenBlinks();
+private:
+    BaseboardIO *mBbio;
+};
 #endif /* XDOTBRIDGE_INC_USERINTERFACE_H_ */