Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
15:386dccd0000a
Parent:
0:4c9bfcb3e759
Child:
36:73e343ddca7f
--- a/ErrorHandler.h	Tue Feb 25 18:08:58 2014 +0000
+++ b/ErrorHandler.h	Tue Feb 25 20:04:59 2014 +0000
@@ -44,6 +44,8 @@
        void log(const char *format, ...); 
        void checkForExit(); 
        
+       void pause(const char *format, ...);
+       
        void turnLEDRed();
        void turnLEDGreen();
        void turnLEDBlue();