brmpuk initial commit
[brmpuk.git] / lcd.h
blob6fd9b93df674111148493e888e2316a8acfdb115
1 #ifndef BRMPUK_LCD_H
2 #define BRMPUK_LCD_H
4 void lcd_init(void);
5 void lcd_text(char *str);
7 #endif