micropython/stm/lcd.h

4 lines
110 B
C

void lcd_init();
void lcd_print_str(const char *str);
void lcd_print_strn(const char *str, unsigned int len);