14 lines
219 B
C
14 lines
219 B
C
|
/**
|
||
|
* @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_ */
|