adafruit / Adafruit_Blinka

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

Fix digitalio maintenance by removing non-special case boards #627

Closed makermelissa closed 1 year ago

makermelissa commented 1 year ago

Digitalio was supposed to be mostly chips from the platform detect because we're importing the chip info here. This fixes that.