Bluetooth communication for flocking.

Dependencies:   mbed

Fork of BeautifulMemeProject by James Hilder

Revision:
10:1b09d4bb847b
Parent:
6:ff3c66f7372b
diff -r 085e090e1ec1 -r 1b09d4bb847b PsiSwarm/led.h
--- 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);