rpi-ws281x mock

https://img.shields.io/pypi/v/rpi_ws281x_mock.svg https://img.shields.io/travis/HarmvZ/rpi_ws281x_mock.svg Documentation Status https://codecov.io/gh/HarmvZ/rpi_ws281x_mock/branch/master/graph/badge.svg 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.