Inertial commit

This commit is contained in:
2020-04-02 18:32:37 +02:00
commit 93a02c8db2
16 changed files with 1593 additions and 0 deletions

5
makefile Normal file
View File

@ -0,0 +1,5 @@
TARGET = ArduinoIO
SRC = # the C source files
PSRC = main.cpp $(wildcard helper/*.cpp) arduino_core/ArduinoCore-avr/libraries/SPI/src/SPI.cpp # the C++ source files
ARDLIBS = # extra Arduino libraries
include arduino_core/arduino-base.mk # this line includes the Makefile.base