adafruit / Adafruit_Blinka

Add CircuitPython hardware API and libraries to MicroPython & CPython devices
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux
MIT License
453 stars 340 forks source link

Add SPI, NeoPixel to "generic os-agnostic" board #831

Closed brentru closed 3 months ago

brentru commented 4 months ago

This pull request adds the following to get the CircuitPython NeoPixel and DotStar libraries working with the "generic os-agnostic" board:

Related: https://github.com/adafruit/Adafruit_Blinka/pull/828

brentru commented 3 months ago

Closing this with intent to open a new PR, migrating to the generic board specified here - https://github.com/adafruit/Adafruit_Python_PlatformDetect/pull/353