arduino-sketch

Compile and upload Arduino sketches from command-line
Download

arduino-sketch Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Oliver Tonnhofer
  • Publisher web site:
  • http://bogosoft com

arduino-sketch Tags


arduino-sketch Description

arduino-sketch is a Python module that lets you compile and upload Arduino Sketches without the IDE. Just use your favorite editor to write the Arduino .ino files and call arduino-sketch my.ino -u.Usagearduino-sketch my.ino will compile the my.ino file. It remembers the name of your sketch, so you can just call arduino-sketch the next time.See arduino-sketch --help for more info.Configurationarduino-sketch uses local configuration (.arduino_sketch) and a user configuration (~/.arduino_sketch). Some configuration options are:arduino_dir: Path to the Arduino core directory. Should contain the hardware and tools directory.avr_tools_path: Path to avr-xxx binaries.arduino_port: The Arduino serial device. Defaults to /dev/ttyUSB*, but this will only work if you have a single USB serial device attached.board_tag: The name/type of the Arduino. See --list-boards and --board options.Installarduino-sketch is registered at the Python Package Index (PyPi), so you can install it with pip or easy_install.You will still need the core components of Arduino 1.0 or higher. Note that arduino-core on Debian 6.0 is Product's homepage


arduino-sketch Related Software