Dmitry Kovalev / Mbed 2 deprecated LGfiltr

Dependencies:   mbed

Fork of LGstaandart by Dmitry Kovalev

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