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: MBEDLight.h
- Revision:
- 92:330746c526b7
- Parent:
- 91:8732d54328ae
- Child:
- 192:54b758a8eaaa
diff -r 8732d54328ae -r 330746c526b7 MBEDLight.h
--- a/MBEDLight.h Thu Mar 13 17:25:18 2014 +0000
+++ b/MBEDLight.h Thu Mar 13 17:36:08 2014 +0000
@@ -27,6 +27,8 @@
MBEDLight(ErrorHandler *error_handler,Transport *transports[NUM_TRANSPORTS],int instance,void *endpoint);
virtual ~MBEDLight();
+ void initLight();
+
virtual void on();
virtual void off();
virtual void dim(int value);