123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
198:78dd6d14d108
Parent:
197:7a05523bf588
--- a/DeviceServicePort.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_SERVICE_PORT_H__
-#define __DEVICE_SERVICE_PORT_H__
-
-//User port typedefs
-typedef struct _DeviceServicePortSettings {
-  uint32_t baud; //Baud rate
-} DeviceServicePortSettings;
-
-typedef struct _DeviceServicePortState {
-  uint32_t baud; //Baud rate
-} DeviceServicePortState;
-
-typedef struct _DeviceServicePort {
-  DeviceServicePortSettings settings;
-  DeviceServicePortState state;
-} DeviceServicePort;
-
-void InitServicePortDefaultSettings(void);
-void InitServicePortState(void);
-void DeviceStartServicePort(void);
-
-void Concole(void);
-int  ReadConcole(void);
-void WriteConcole(void);
-#endif  /* __DEVICE_SERVICE_PORT_H__ */
\ No newline at end of file