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: LightSwitchAction.h
- Revision:
- 87:e9d77e9f9eae
- Parent:
- 21:cfdaee0a2b50
- Child:
- 192:54b758a8eaaa
diff -r 8ddeaa7389a6 -r e9d77e9f9eae LightSwitchAction.h
--- a/LightSwitchAction.h Wed Mar 12 20:07:50 2014 +0000
+++ b/LightSwitchAction.h Wed Mar 12 23:47:30 2014 +0000
@@ -39,6 +39,7 @@
void toggle();
void on();
void off();
+ void blink();
Light *light();
};