Skip to content

ericherman/arduino-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Program the arduino without the IDE.


License
-------

Licensed under the terms of the GNU Lesser General Public License
(LGPL), version 3 or later.

See COPYING and COPYING.LESSER for details.


In short:
--------
For avr based Arduinos (e.g.: Arduino Uno, Arduino Mega), cd to the avr
directory.

Use "make" to build the firmware.

Use "make upload" to push the firmware to the arduino.

Use "serial_loopback.pl" to test the arduino's firmware.

If you do not have the requried avr toolchain
(if avr-g++ is not in your path) see:
 https://github.com/ericherman/avr-toolchain-build

If you do not have the arduino libraries installed, see:
 https://github.com/arduino/Arduino

About

program the arduino without the IDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages