123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
167:bedc0a9d559a
Parent:
161:efd949e8d536
Child:
173:7f938afb0447
diff -r c3c0b8a90d81 -r bedc0a9d559a DeviceCounters.h
--- a/DeviceCounters.h	Sun May 22 18:59:20 2016 +0000
+++ b/DeviceCounters.h	Sun Jun 05 11:03:33 2016 +0000
@@ -18,8 +18,10 @@
   DeviceCountersState state;
 } DeviceCounters;
 
-void InitCountersWithDefaults(void);
-void InitCounters(void);
+void InitCountersDefaultSettings(void);
+void InitCountersState(void);
+void DeviceStartCounters(void);
+
 void DeviceCount(void);
 
 #endif  /* __DEVICE_COUNTERS_H__ */
\ No newline at end of file