diff options
| author | Damien | 2013-10-22 23:09:25 +0100 |
|---|---|---|
| committer | Damien | 2013-10-22 23:09:25 +0100 |
| commit | e9f1e50be49edc6d01ff006e0a1f5291672ec808 (patch) | |
| tree | a1ca33259f91b4941210ef68ae7db075b47c8437 /stm/lcd.h | |
| parent | ec63cce470f943003c728fde049919dedd5b6a44 (diff) | |
Board running boot.py, working REPL, soft reboot.
Diffstat (limited to 'stm/lcd.h')
| -rw-r--r-- | stm/lcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ void lcd_init(); +void lcd_print_str(const char *str); void lcd_print_strn(const char *str, unsigned int len); |
