First

Dependencies:   UniGraphic mbed

Committer:
pstephens18
Date:
Thu Jan 14 21:19:52 2016 +0000
Revision:
1:65ea8c2a0551
Parent:
LCD.h@0:f17efa877b15
Child:
6:459d1eb2cc23
2
;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pstephens18 1:65ea8c2a0551 1 #ifndef LCD1_H
pstephens18 1:65ea8c2a0551 2 #define LCD1_h
pstephens18 0:f17efa877b15 3 #include "mbed.h"
pstephens18 0:f17efa877b15 4
pstephens18 1:65ea8c2a0551 5 void LCD1(int x, int y);
pstephens18 0:f17efa877b15 6 void LCD_init();
pstephens18 0:f17efa877b15 7
pstephens18 0:f17efa877b15 8 #endif