lupeke / python-firmata

Python bindings for the Firmata protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python bindings for the Firmata protocol

License:GNU General Public License v3.0


Languages

Language:Python 100.0%