You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1fb52cccb9 | 5 years ago | |
---|---|---|
.. | ||
blink | 5 years ago | |
.gitignore | 5 years ago | |
Makefile | 5 years ago | |
README | 5 years ago |
README
This is a bare Makefile project sample to work with ino files, and makes use of the arduino-make/arduino-mk Makefile framework that aims to provide all of the IDE functionalities but via a Makefile. See https://github.com/sudar/Arduino-Makefile Once installed you need to set at least these two env variables to be able to use the Makefile: export ARDUINO_DIR=/usr/share/arduino export ARDMK_DIR=/usr/share/arduino Adjust to reflect your own paths! Put that in your shell rc!