pio entfernt & spiegel test routine

This commit is contained in:
Tristan Krause 2019-03-26 08:44:30 +01:00
parent b7b3fa6327
commit 13e95264fb
20 changed files with 129 additions and 1056 deletions

View file

@ -12,7 +12,7 @@ OUTPUT = B15F.elf
HEX = B15F.hex
CFLAGS = -std=c++14 -O3 -mmcu=atmega1284 -DF_CPU=20000000 -DPIO_DISABLE_I2C
LDFLAGS =
OBJECTS = main.o spi.o mcp23s17.o tlc5615.o adu.o selftest.o vars.o
OBJECTS = main.o spi.o mcp23s17.o tlc5615.o adu.o selftest.o global_vars.o
COMPILE = $(COMPILER_PATH) $(CFLAGS)