From 00ff04fc4932fc7c3fc2f9b9074f11c189045dad Mon Sep 17 00:00:00 2001 From: Damien Date: Sat, 19 Oct 2013 14:40:54 +0100 Subject: Working SysTick, code factoring, some boot-up code. --- stm/lcd.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 stm/lcd.h (limited to 'stm/lcd.h') diff --git a/stm/lcd.h b/stm/lcd.h new file mode 100644 index 000000000..b23f29e80 --- /dev/null +++ b/stm/lcd.h @@ -0,0 +1,2 @@ +void lcd_init(); +void lcd_print_strn(const char *str, unsigned int len); -- cgit v1.2.3