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.
Dependencies: mbed
Fork of PsiSwarm-BeaconDemo_Bluetooth by
Diff: PsiSwarm/led.h
- Revision:
- 10:1b09d4bb847b
- Parent:
- 6:ff3c66f7372b
--- a/PsiSwarm/led.h Mon Oct 26 11:16:05 2015 +0000 +++ b/PsiSwarm/led.h Mon Oct 26 23:58:08 2015 +0000 @@ -25,7 +25,8 @@ void set_center_led(char state); void set_center_led(char state, float brightness); void set_center_led_brightness(float brightness); -void IF_restore_led_state(void); +void save_led_states(void); +void restore_led_states(void); void IF_init_leds(void); void IF_update_leds(void);