Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more
Diff: ErrorHandler.h
- Revision:
- 84:4a993dd7c38b
- Parent:
- 83:2f49051d6acf
- Child:
- 112:1fb53d4729af
diff -r 2f49051d6acf -r 4a993dd7c38b ErrorHandler.h
--- a/ErrorHandler.h Tue Mar 11 20:42:29 2014 +0000
+++ b/ErrorHandler.h Tue Mar 11 21:26:01 2014 +0000
@@ -63,11 +63,17 @@
void releaseMutexes();
void dimRGB(float value);
+
+ void led2On();
+ void led2Off();
+ void led3On();
+ void led3Off();
private:
void setRGBLED(float H, float S, float V);
void blinkLED(DigitalOut led);
void resetLEDs();
+ void changeLED(DigitalOut led,bool onoff);
};
#endif // _ERROR_HANDLER_H_
\ No newline at end of file