No description
Find a file
2025-01-28 12:16:15 -06:00
.github skip musl building 2024-12-10 10:46:51 -06:00
docs use the rtd theme 2024-12-10 16:26:49 -06:00
examples Add more bits, enough to support a pio-coded quadrature counter 2025-01-28 12:09:35 -06:00
src Add more bits, enough to support a pio-coded quadrature counter 2025-01-28 12:09:35 -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 get submodules to build docs 2024-12-10 11:38:57 -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 continue trying to tweak doc build 2024-12-10 11:36:56 -06:00
setup.py Fix package name 2025-01-28 09:43:36 -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
  • pip install '.[docs]'
  • make -C docs 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.