/python-firmata

Python bindings for the Firmata protocol

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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