diff --git a/_drafts/2024-12-23-draft.md b/_drafts/2024-12-23-draft.md index 1d7b27c13..b03ca6151 100644 --- a/_drafts/2024-12-23-draft.md +++ b/_drafts/2024-12-23-draft.md @@ -50,11 +50,13 @@ text - [site](url). text - [site](url). -## Feature +## PIOLib: A userspace library for PIO control -[![title](../assets/20241223/20241223-name.jpg)](url) +[![PIOLib](../assets/20241223/20241223pio.jpg)](https://www.raspberrypi.com/news/piolib-a-userspace-library-for-pio-control/) -text - [site](url). +As discussed last week, Raspberry Pi has released a user library for working with the RP1 processor on the Raspberry Pi 5, allowing control of timing sensitive devices like NeoPixel LED strands. Raspberry Pi News goes into detail about this new library - [Raspberry Pi News](https://www.raspberrypi.com/news/piolib-a-userspace-library-for-pio-control/). + +Jeff Epler at Adafruit has [completed CircuitPython bindings](https://github.com/jepler/pi5-pio-protomatter) for PIOlib and it will be added to an upcoming release of CircuitPython. Check out a [blog post](https://blog.adafruit.com/2024/12/10/raspberry-pi-5-rp1-chip-support-for-neopixels-with-python-bindings-coming-soon/) and [YouTube video](https://www.youtube.com/watch?v=B4_wbllpw0U). ## The CircuitPython Show Returns