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

Fix SPI on generic board #837

Closed brentru closed 3 months ago

brentru commented 3 months ago

Fixes SPI configuration for the generic OS board by adding extra detection to to the busio configure() method

makermelissa commented 3 months ago

Looks like a formatting issue. I'll add this in a bug fix release after it passes.

brentru commented 3 months ago

@makermelissa I ran black across the file, should be good to go after the test passes