new lines test commit
This commit is contained in:
parent
c2df7d3877
commit
db6e8ca5b9
|
@ -1,29 +1,29 @@
|
|||
/**
|
||||
* @file lcd_HD44780.h
|
||||
*
|
||||
* @date 13.12.2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef LCD_HD44780_H_
|
||||
#define LCD_HD44780_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif /* __cplusplus */
|
||||
|
||||
void lcd_HD44780_init(Logging *sharedLogger);
|
||||
void lcd_HD44780_set_position(uint8_t row, uint8_t column);
|
||||
void lcd_HD44780_print_char(char data);
|
||||
void lcd_HD44780_print_string(const char *string);
|
||||
int getCurrentHD44780row(void);
|
||||
int getCurrentHD44780column(void);
|
||||
|
||||
void lcdShowFatalMessage(char *message);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* LCD_HD44780_H_ */
|
||||
/**
|
||||
* @file lcd_HD44780.h
|
||||
*
|
||||
* @date 13.12.2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef LCD_HD44780_H_
|
||||
#define LCD_HD44780_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif /* __cplusplus */
|
||||
|
||||
void lcd_HD44780_init(Logging *sharedLogger);
|
||||
void lcd_HD44780_set_position(uint8_t row, uint8_t column);
|
||||
void lcd_HD44780_print_char(char data);
|
||||
void lcd_HD44780_print_string(const char *string);
|
||||
int getCurrentHD44780row(void);
|
||||
int getCurrentHD44780column(void);
|
||||
|
||||
void lcdShowFatalMessage(char *message);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* LCD_HD44780_H_ */
|
||||
|
|
Loading…
Reference in New Issue