No description
Find a file
2024-12-10 11:27:10 -06:00
.github skip musl building 2024-12-10 10:46:51 -06:00
docs make docs & fix naming 2024-12-10 11:17:37 -06:00
examples checkpoint: neopixel example works 2024-12-10 10:08:24 -06:00
src make docs & fix naming 2024-12-10 11:17:37 -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 fix install options 2024-12-10 11:27:10 -06:00
LICENSE pio-based neopixel library for pi5 2024-12-06 13:23:08 -06:00
pyproject.toml a grue ate my tests 2024-12-10 10:38:21 -06:00
README.md make docs & fix naming 2024-12-10 11:17:37 -06:00
setup.py tweak flags 2024-12-10 10:14:49 -06:00

Adafruit-Blinka-rp1pio

CI status
pip builds Pip Actions Status
cibuildwheel Wheels Actions Status

Installation

Installing from source:

  • clone this repository
  • pip install ./Adafruit_Blinka_rp1pio

Installing from pip (not yet available):

  • pip install Adafruit_Blinka_rp1pio

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_rp1pio/docs
  • make html

License

Adafruit_Blinka_rp1pio 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.