circuitpython/stm/lcd.h

3 lines
73 B
C
Raw Normal View History

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