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:
- 167:bedc0a9d559a
- Parent:
- 161:efd949e8d536
--- a/DeviceISACSPotentiometers.h Sun May 22 18:59:20 2016 +0000 +++ b/DeviceISACSPotentiometers.h Sun Jun 05 11:03:33 2016 +0000 @@ -16,8 +16,10 @@ DeviceISACSPotentiometersState state; } DeviceISACSPotentiometers; -void InitISACSPotentiometersWithDefaults(void); -void InitISACSPotentiometers(void); +void InitISACSPotentiometersDefaultSettings(void); +void InitISACSPotentiometersState(void); +void DeviceStartISACSPotentiometers(void); + void DeviceISACSSetPotentiometers(void); #endif /* __DEVICE_ISACS_POTENTIOMETERS_H__ */ \ No newline at end of file
