added some examples, shortened some lcd functions

This commit is contained in:
2015-04-29 18:29:52 +02:00
parent c75086ea00
commit 161b2ce88f
7 changed files with 140 additions and 43 deletions
+2 -2
View File
@@ -11,14 +11,14 @@ EFUSE = 0x05
## === Source files ===
# Main C file
MAIN = uart_isr.c
MAIN = lcd_test.c
# Extra C files in this folder
LOCAL_SOURCE =
# Library directory (with C files)
EXTRA_SOURCE_DIR = lib/
# C files in the library directory
EXTRA_SOURCE_FILES = uart.c
EXTRA_SOURCE_FILES = uart.c lcd.c
## === Programmer ===