No description
Find a file
2024-12-10 10:33:13 -06:00
.github try a newer image for building 2024-12-10 10:33:13 -06:00
docs checkpoint: neopixel example works 2024-12-10 10:08:24 -06:00
examples checkpoint: neopixel example works 2024-12-10 10:08:24 -06:00
src down with debugging prints 2024-12-10 10:21:39 -06:00
.gitignore pio-based neopixel library for pi5 2024-12-06 13:23:08 -06:00
.gitmodules pio-based neopixel library for pi5 2024-12-06 13:23:08 -06:00
.pre-commit-config.yaml pio-based neopixel library for pi5 2024-12-06 13:23:08 -06:00
.readthedocs.yaml pio-based neopixel library for pi5 2024-12-06 13:23:08 -06:00
LICENSE pio-based neopixel library for pi5 2024-12-06 13:23:08 -06:00
pyproject.toml pio-based neopixel library for pi5 2024-12-06 13:23:08 -06:00
README.md pio-based neopixel library for pi5 2024-12-06 13:23:08 -06:00
setup.py tweak flags 2024-12-10 10:14:49 -06:00

adafruit-blinka-neopixel-pi5

CI status
pip builds Pip Actions Status
cibuildwheel Wheels Actions Status

Installation

Installing from source:

  • clone this repository
  • pip install ./adafruit-blinka-neopixel-pi5

Installing from pip (not yet available):

  • pip install adafruit-blinka-neopixel-pi5

Building the documentation

Documentation for the example project is generated using Sphinx. Sphinx has the ability to automatically inspect the signatures and documentation strings in the extension module to generate beautiful documentation in a variety formats. The following command generates HTML-based reference documentation; for other formats please refer to the Sphinx manual:

  • cd adafruit-blinka-neopixel-pi5/docs
  • make html

License

adafruit-blinka-neopixel-pi5 is provided under the GPL-2-only license that can be found in the LICENSE file. By using, distributing, or contributing to this project, you agree to the terms and conditions of this license.