fome-fw/firmware/controllers/lcd_controller.h

14 lines
219 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file lcd_controller.h
*
* @date Aug 14, 2014
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#ifndef LCD_CONTROLLER_H_
#define LCD_CONTROLLER_H_
void updateHD44780lcd(void);
#endif /* LCD_CONTROLLER_H_ */