Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.77 KB

File metadata and controls

47 lines (30 loc) · 1.77 KB

rpi-ws281x mock

Documentation Status Updates Mergify Status

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.

Features

  • Implements all methods from rpi_ws281x without calling any of the hardware functions

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.