Ino is a command line toolkit for working with Arduino hardware. You can install it on Linux and use CLI (Command Line Interface) to compile and transmit code over to your Arduino hardware. Text editor is up to you. There are many editors to choose from; vi, vim, pico, nano etc.
Setup
First off, install python pip package manager. I'm using Ubuntu Linux 14.0.4 LTS:
- sudo apt-get install python-pip
- sudo pip install ino
I suggest you install the command tree which is needed later (if you decide to read quickstart):
- sudo apt-get install tree
Finally, check out if Ino is there:
- which ino
Ei kommentteja:
Lähetä kommentti