palakdesai / pyFirmata

Python interface for the Firmata (http://firmata.org/) protocol. It is compliant with Firmata 2.1. Any help with updating to 2.2 is welcome. The Capability Query is implemented, but the Pin State Query feature not yet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyFirmata - UARM

This is the pyFirmata version for uArm, forked from tino/pyfirmata This document is used for uarm-python library .

Installation

Install from source with python setup.py install. You will need to have setuptools installed:

git clone https://github.com/uArm-Developer/pyFirmata
cd pyFirmata
python setup.py install

About

Python interface for the Firmata (http://firmata.org/) protocol. It is compliant with Firmata 2.1. Any help with updating to 2.2 is welcome. The Capability Query is implemented, but the Pin State Query feature not yet.

License:MIT License


Languages

Language:Python 100.0%