Skip to content

Controlling Sonos devices from a Feather HUZZAH (ESP8266) using MicroPython 📻

License

Notifications You must be signed in to change notification settings

mjkillough/feather-sonos

Repository files navigation

feather-sonos — Build Status

Controlling Sonos devices from a Feather HUZZAH (ESP8266) using MicroPython. 📻

Tests

CPython

With Python 3.5+ installed, run:

make cpython-tests

... or the hard way:

virtualenv venv
. venv/bin/activate
pip install -r requirements-cpython.txt

python -m unittest discover

MicroPython (Unix)

With MicroPython 1.8.4+ installed, run:

make micropython-test

... or the hard way:

export MICROPYPATH=lib/
micropython -m upip install -r requirements-micropython.txt

for f in $(ls test_*); do micropython $f; done

License

MIT

About

Controlling Sonos devices from a Feather HUZZAH (ESP8266) using MicroPython 📻

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published