]> git.tdb.fi Git - r2c2.git/blob - firmware/lcd.h
Strip Id tags and copyright notices from files
[r2c2.git] / firmware / lcd.h
1 #ifndef LCD_H_
2 #define LCD_H_
3
4 void lcd_init(void);
5 void lcd_clear(void);
6 void lcd_gotoxy(uint8_t, uint8_t);
7 void lcd_write(uint8_t);
8
9 #endif