aboutsummaryrefslogtreecommitdiff
path: root/stm/lcd.h
diff options
context:
space:
mode:
authorDamien2013-10-22 23:09:25 +0100
committerDamien2013-10-22 23:09:25 +0100
commite9f1e50be49edc6d01ff006e0a1f5291672ec808 (patch)
treea1ca33259f91b4941210ef68ae7db075b47c8437 /stm/lcd.h
parentec63cce470f943003c728fde049919dedd5b6a44 (diff)
Board running boot.py, working REPL, soft reboot.
Diffstat (limited to 'stm/lcd.h')
-rw-r--r--stm/lcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/lcd.h b/stm/lcd.h
index b23f29e80..6adc5c625 100644
--- a/stm/lcd.h
+++ b/stm/lcd.h
@@ -1,2 +1,3 @@
void lcd_init();
+void lcd_print_str(const char *str);
void lcd_print_strn(const char *str, unsigned int len);