LVMakerHub / LINX

LabVIEW Community Edition LINX
Other
109 stars 114 forks source link

Add rules to build Arduoino target .ino.hex files to Makefile #111

Closed spathiwa closed 4 years ago

spathiwa commented 4 years ago

Use new arduino-cli to automate updating these files. (Rules for Sparkfun/Digilent boards still TBD.) Add Servo to .gitignore in libraries directory since it needs to be in the libraries folder (installed by arduino-cli lib command) but is not part of this project.

spathiwa commented 4 years ago

Thanks. Do you have any intuition what the -b (--fqbn) option might be for those?