added some examples, shortened some lcd functions
This commit is contained in:
+2
-2
@@ -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 ===
|
||||
|
||||
Reference in New Issue
Block a user