First

Dependencies:   UniGraphic mbed

Committer:
asloop18
Date:
Thu Jan 14 22:52:20 2016 +0000
Revision:
6:459d1eb2cc23
Parent:
1:65ea8c2a0551
working game; mission accomplished

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();
asloop18 6:459d1eb2cc23 7 void LCD2(int x, int y);
pstephens18 0:f17efa877b15 8
pstephens18 0:f17efa877b15 9 #endif