comparison lcd.h @ 3:74e9b3baac1e

Jumbo commit to make things work. Note I have t
author Daniel O'Connor <darius@dons.net.au>
date Sun, 01 Jan 2012 11:01:13 +1030
parents
children 2c87e30c982d
comparison
equal deleted inserted replaced
2:274e01fa5a4c 3:74e9b3baac1e
1 #ifndef LCD_H_
2 #define LCD_H_
3
4 void LCD_init(void);
5
6 #endif
7