Command line toolkit for working with Arduino hardware
Project description
Ino is a command line toolkit for working with Arduino hardware
It allows you to:
Quickly create new projects
Build a firmware from multiple source files and libraries
Upload the firmware to a device
Perform serial communication with a device (aka serial monitor)
Ino may replace Arduino IDE UI if you prefer to work with command line and an editor of your choice or if you want to integrate Arduino build process to 3-rd party IDE.
Ino is based on make to perform builds. However Makefiles are generated automatically and you’ll never see them if you don’t want to.
Features
Simple. No build scripts are necessary.
Out-of-source builds. Directories with source files are not cluttered with intermediate object files.
Support for *.ino and *.pde sketches as well as raw *.c and *.cpp.
Support for Arduino Software versions 1.x as well as 0.x.
Automatic dependency tracking. Referred libraries are automatically included in the build process. Changes in *.h files lead to recompilation of sources which include them.
Pretty colorful output.
Support for all boards that are supported by Arduino IDE.
Fast. Discovered tool paths and other stuff is cached across runs. If nothing has changed, nothing is build.
Flexible. Support for simple ini-style config files to setup machine-specific info like used Arduino model, Arduino distribution path, etc just once.
Installation
From source:
Or clone it from GitHub: git clone git://github.com/amperka/ino.git
Do make install to perform installation under /usr/local
Or see INSTALL for instructions on changing destination directory
With Python setup tools:
Either pip install ino
Or easy_install ino
Requirements
Python 2.6+
Arduino IDE distribution
picocom for serial communication
Limitations
As for current version, ino works only in Linux and MacOS. However it was created with other OS users in mind, so it will eventually get full cross-platform support. Help from Windows-developers is much appreciated.
Getting Help
Take a look at Quick start tutorial.
Run ino --help.
Post issues to GitHub.
License
If not stated otherwise ino is distributed in terms of MIT software license. See MIT-LICENSE.txt in the distribution for details.
Changelog
- 0.3.1
Support for ino build --verbose
- 0.3.0
MacOS support
Serial port guess
- 0.2.0
Support for Arduino Software version 1.0
- 0.1.x
Initial release
Various bug fixes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ino-0.3.1.tar.gz
.
File metadata
- Download URL: ino-0.3.1.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e6a36115c124683beed5e6d52d801ba46d733cd979dc752387f59ed3efdce7b |
|
MD5 | ed26bba45c71528f7efd3b0998caafaa |
|
BLAKE2b-256 | 7083949367eaeeac54b955e46d75e1d5e46e6ed86f9dfa840e928f455dbda457 |