Skip to content

DerekK19/arscons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arscons : scons script for Arduino

build & upload Arduino sketch on cmdline with scons!

  • No java needed!
  • Use Arduino IDE's conf. so, all board which supported by Arduino supported by arscons.
  • Works on Ubuntu Linux, Mac OS X and Windows.
  • Need pyserial to triggering reset just before upload.

Basic Usage:

make a folder which have same name of the sketch (ex. Blink/ for Blink.pde) put the sketch and the SConstruct under the folder. to make the HEX. do following in the folder.

$ scons

to upload the binary, do following in the folder.

$ scons upload

Thanks to:

About

scons script for Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published