Logging facility for endpoints

Fork of ErrorHandler by Doug Anson

Revision:
1:8d42444464d3
Parent:
0:906788c5813d
Child:
2:e771ffdf5c1b
--- a/ErrorHandler.h	Thu Aug 28 20:18:35 2014 +0000
+++ b/ErrorHandler.h	Fri Aug 29 03:39:04 2014 +0000
@@ -35,7 +35,7 @@
    #include "C12832_lcd.h" 
    #define LCDCLASS      C12832_LCD   
  #endif
-
+ 
  class ErrorHandler {
      private:
         Serial   *m_pc;
@@ -56,8 +56,12 @@
         void turnLEDYellow();
         void turnLEDOrange();
         
+        void blinkTransportTxLED();
+        void blinkTransportRxLED();
+        
     private:
         void setRGBLED(float H, float S, float V);
+        void blinkLED(DigitalOut led);
  };
  
  #endif // _ERROR_HANDLER_H_
\ No newline at end of file