This package mocks the behavior of the rpi_ws281x Python library. This is used for testing a project that uses rpi_ws281x on non-Raspbian systems. Simply replace the pip installation of rpi_ws281x with rpi_ws281x_mock in your development environment to start using it.
- Free software: MIT license
- Documentation: https://rpi-ws281x-mock.readthedocs.io.
- Implements all methods from rpi_ws281x without calling any of the hardware functions
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.