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 LGstaandart by
Diff: DevicePLCS.h
- Revision:
- 149:abbf7663d27d
- Child:
- 156:e68ee0bcdcda
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/DevicePLCS.h Tue May 03 05:12:26 2016 +0000
@@ -0,0 +1,21 @@
+#ifndef __DEVICE_PLCS_H__
+#define __DEVICE_PLCS_H__
+
+typedef struct _DevicePathLengthControlSystemSettings {
+} DevicePathLengthControlSystemSettings;
+
+typedef struct _DevicePathLengthControlSystemState {
+ uint8_t loop;
+ uint8_t modulation;
+} DevicePathLengthControlSystemState;
+
+typedef struct _DevicePathLengthControlSystem {
+ DevicePathLengthControlSystemSettings settings;
+ DevicePathLengthControlSystemState state;
+} DevicePathLengthControlSystem;
+
+void InitPathLengthControlSystemWithDefaults(void);
+void InitPathLengthControlSystem(void);
+void StartPathLengthControlSystem(void);
+
+#endif /* __DEVICE_PLCS_H__ */
\ No newline at end of file
