PaxInstruments / t400-firmware

Firmware for the Pax Instruments T400 temperature datalogger
22 stars 5 forks source link

Command line build tools #213

Closed charlespax closed 8 years ago

charlespax commented 8 years ago

It would be nice to have a Makefile or other command line build tool.

protological commented 8 years ago

The Arduino IDE actually can support command line builds and uploads from version 1.5 (I think) and on. On Linux you can call arduino --verify xxx.ino or arduino --upload xxx.ino

Here is my command line: ~/programs/arduino-1.6.8/arduino --upload t400.ino