123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
167:bedc0a9d559a
Parent:
161:efd949e8d536
--- a/DeviceLightUp.h	Sun May 22 18:59:20 2016 +0000
+++ b/DeviceLightUp.h	Sun Jun 05 11:03:33 2016 +0000
@@ -15,9 +15,10 @@
   DeviceLightUpState state;
 } DeviceLightUp;
 
-void InitLightUpWithDefaults(void);
-void InitLightUp(void);
+void InitLightUpDefaultSettings(void);
+void InitLightUpState(void);
 void DeviceStartLightUp(void);
+
 void DeviceLightUpDoCycle(void);
 
 #endif  /* __DEVICE_LIGHT_UP_H__ */
\ No newline at end of file