123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
198:78dd6d14d108
Parent:
197:7a05523bf588
--- a/DeviceISACSPotentiometers.h	Wed Oct 19 10:55:05 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-#ifndef __DEVICE_ISACS_POTENTIOMETERS_H__
-#define __DEVICE_ISACS_POTENTIOMETERS_H__
-
-typedef struct _DeviceISACSPotentiometersSettings {
-  uint32_t a;
-  uint32_t b;
-} DeviceISACSPotentiometersSettings;
-
-typedef struct _DeviceISACSPotentiometersState {
-  uint32_t a;
-  uint32_t b;
-} DeviceISACSPotentiometersState;
-
-typedef struct _DeviceISACSPotentiometers {
-  DeviceISACSPotentiometersSettings settings;
-  DeviceISACSPotentiometersState state;
-} DeviceISACSPotentiometers;
-
-void InitISACSPotentiometersDefaultSettings(void);
-void InitISACSPotentiometersState(void);
-void DeviceStartISACSPotentiometers(void);
-
-void DeviceISACSSetPotentiometers(void);
-
-#endif  /* __DEVICE_ISACS_POTENTIOMETERS_H__ */
\ No newline at end of file