usart Klasse
This commit is contained in:
parent
c1564064ac
commit
70e85ab8e9
13 changed files with 327 additions and 26 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ COMPILER_PATH = g++
|
|||
OUTPUT = main
|
||||
CFLAGS = -std=c++14 -O3
|
||||
LDFLAGS =
|
||||
OBJECTS = main.o drv/b15f.o drv/plottyfile.o drv/dot.o
|
||||
OBJECTS = main.o drv/usart.o drv/b15f.o drv/plottyfile.o drv/dot.o
|
||||
|
||||
COMPILE = $(COMPILER_PATH) $(CFLAGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue