forked from mohr/ArduinoIO
Inertial commit
This commit is contained in:
5
makefile
Normal file
5
makefile
Normal 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
|
Reference in New Issue
Block a user