This repository was archived by the owner on Jun 6, 2019. It is now read-only.
lupeke/python-firmata
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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