Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LG by
Diff: DeviceISACSPotentiometers.h
- Revision:
- 215:b58b887fd367
- Parent:
- 214:4c70e452c491
- Child:
- 216:189b0ea1dc38
--- a/DeviceISACSPotentiometers.h Wed Aug 16 09:00:25 2017 +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
