123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
161:efd949e8d536
Child:
167:bedc0a9d559a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DeviceUserPort.h	Sun May 15 19:12:12 2016 +0000
@@ -0,0 +1,9 @@
+#ifndef __DEVICE_USER_PORT_H__
+#define __DEVICE_USER_PORT_H__
+
+void InitUserPortWithDefaults(void);
+void InitUserPort(void);
+void DeviceUserPortReceive(void);
+void DeviceUserPortTransmit(void);
+
+#endif  /* __DEVICE_USER_PORT_H__ */
\ No newline at end of file