First

Dependencies:   UniGraphic mbed

Revision:
1:65ea8c2a0551
Parent:
0:f17efa877b15
Child:
6:459d1eb2cc23
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCD1.h	Thu Jan 14 21:19:52 2016 +0000
@@ -0,0 +1,8 @@
+#ifndef LCD1_H
+#define LCD1_h
+#include "mbed.h"
+
+void LCD1(int x, int y);
+void LCD_init();
+
+#endif