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

Added support to SeeedStudio Odyssey X86J4105 SBC #632

Closed ecarozzo closed 1 year ago

ecarozzo commented 1 year ago

Added support for SBC "Odyssey X86J4105" from SeeedStudio, SPI not supported because the board use Spidev 1 on header pins and only Spidev 0 is supported from the code.

ecarozzo commented 1 year ago

Hi, i need review of my pull request because this check fail due to lack of import from PlatformDetect.

Thanks