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 Raxda ZERO 3 support #817

Closed burberius closed 3 months ago

burberius commented 5 months ago

I tested digital output on all pins and also I2C, for SPI I don't have a device currently.

vinicentus commented 4 months ago

The checks should probably pass now that https://github.com/adafruit/Adafruit_Python_PlatformDetect/pull/348 is merged?

vinicentus commented 4 months ago

Can confirm that I2C works on both I2C3 (GPIO1_A0, GPIO1_A1) and I2C4 (GPIO4_B2, GPIO4_B3). I'm able to communicate with a device using both interfaces.