123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
149:abbf7663d27d
Child:
156:e68ee0bcdcda
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DeviceServicePort.h	Tue May 03 05:12:26 2016 +0000
@@ -0,0 +1,9 @@
+#ifndef __DEVICE_SERVICE_PORT_H__
+#define __DEVICE_SERVICE_PORT_H__
+
+void InitServicePortWithDefaults(void);
+void InitServicePort(void);
+void Concole(void);
+int  ReadConcole(char *s);
+void WriteConcole(char *s);
+#endif  /* __DEVICE_SERVICE_PORT_H__ */
\ No newline at end of file