gocept.remoteleds

Can speak to an Arduino and set color of connected LEDs.


Keywords
arduino, led, adafruit, neopixel
License
MIT
Install
pip install gocept.remoteleds==1.3

Documentation

gocept.remoteleds

Preparing a developer machine

>>> hg clone https://bitbucket.org/gocept/gocept.remoteleds
>>> cd gocept.remoteleds
>>> virtualenv .
>>> bin/pip install -e .[test]

Running tests is than as easy as:

>>> bin/py.test