No description
Find a file
Jeff Epler e6431aea7f
Some checks failed
Pip / build (ubuntu-24.04-arm, 3.11) (push) Has been cancelled
Pip / build (ubuntu-24.04-arm, 3.12) (push) Has been cancelled
Pip / build (ubuntu-24.04-arm, 3.13) (push) Has been cancelled
Wheels / Build SDist (push) Has been cancelled
Wheels / Wheels on ubuntu-24.04-arm (push) Has been cancelled
Wheels / Upload release (push) Has been cancelled
that means qemu is unneeded
2025-01-29 17:36:56 -06:00
.github that means qemu is unneeded 2025-01-29 17:36:56 -06:00
docs Update doc build process 2025-01-29 11:51:13 -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 circuitpython methods & properties 2025-01-29 11:51:47 -06:00
.gitignore Update doc build process 2025-01-29 11:51:13 -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 Correct more references to github repo name & pypi package name 2025-01-29 16:50:30 -06:00
setup.py make extras-require for docs match docs/requirements 2025-01-29 11:54:24 -06:00

Adafruit-Blinka-Raspberry-Pi5-rp1pio

CI status
pip builds Pip Actions Status
cibuildwheel Wheels Actions Status

Installation

Installing from source:

  • clone this repository
  • pip install ./Adafruit_Blinka_Raspberry_Pi5_rp1pio

Installing from pip (not yet available):

  • pip install Adafruit-Blinka-Raspberry-Pi5-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_Raspberry_Pi5_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.