int test geht
This commit is contained in:
parent
fae65afe8b
commit
adfa389abe
10 changed files with 179 additions and 98 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ OUTPUT = B15F.elf
|
|||
HEX = B15F.hex
|
||||
CFLAGS = -std=c++14 -O3 -mmcu=atmega1284 -DF_CPU=20000000
|
||||
LDFLAGS =
|
||||
OBJECTS = main.o spi.o mcp23s17.o tlc5615.o adu.o selftest.o global_vars.o usart.o
|
||||
OBJECTS = main.o spi.o mcp23s17.o tlc5615.o adu.o selftest.o global_vars.o usart.o requests.o
|
||||
|
||||
|
||||
COMPILE = $(COMPILER_PATH) $(CFLAGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue