123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
198:78dd6d14d108
Parent:
197:7a05523bf588
--- a/DeviceLightUp.h	Wed Oct 19 10:55:05 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-#ifndef __DEVICE_LIGHT_UP_H__
-#define __DEVICE_LIGHT_UP_H__
-
-typedef struct _DeviceLightUpSettings {
-  uint32_t sequence;
-} DeviceLightUpSettings;
-
-typedef struct _DeviceLightUpState {
-  uint32_t sequence;
-  uint8_t enabled;
-} DeviceLightUpState;
-
-typedef struct _DeviceLightUp {
-  DeviceLightUpSettings settings;
-  DeviceLightUpState state;
-} DeviceLightUp;
-
-void InitLightUpDefaultSettings(void);
-void InitLightUpState(void);
-void DeviceStartLightUp(void);
-
-void DeviceLightUpDoCycle(void);
-
-#endif  /* __DEVICE_LIGHT_UP_H__ */
\ No newline at end of file