123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
177:672ef279c8e0
Child:
182:2bd8ec44998f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DeviceDebug.h	Sun Jul 03 13:40:48 2016 +0000
@@ -0,0 +1,28 @@
+#ifndef __DEVICE_DEBUG_H__
+#define __DEVICE_DEBUG_H__
+
+#warning "Program config: debug unit enabled!!!"
+
+#define DEBUG_QEI
+
+#define DEV_BOARD_HAOYU
+#ifdef DEV_BOARD_HAOYU
+#warning "Program config: development board!!!"
+#endif
+
+typedef struct _DeviceDebugSettings {
+} DeviceDebugSettings;
+
+typedef struct _DeviceDebugState {
+} DeviceDebugState;
+
+typedef struct _DeviceDebug {
+  DeviceDebugSettings settings;
+  DeviceDebugState state;
+} DeviceDebug;
+
+void InitDebugDefaultSettings(void);
+void InitDebugState(void);
+void DeviceStartDebug(void);
+
+#endif  /* __DEVICE_DEBUG_H__ */
\ No newline at end of file