README

May 25, 2010 ยท View on GitHub

Python Firmata is a python API for the firmata protocol.

The aim of this project is to allow developers to communicate with Arduino boards using Python.

Python Firmata was based on the Arduino library for Processing, and it works fine with Firmata 2.0.

== Installation

$ sudo python setup.py install

== Usage

Take a look at the examples folder to see how it works.

== License

GPL v3