adafruit / Adafruit_Blinka

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

Add support for lubancat-5 #853

Closed mmontol closed 1 week ago

mmontol commented 1 week ago

In the 40PIN of Lubancat-5, some GPIOs belong to the extended IO and not to the rk3588 chip, so the pins only have IO functions and cannot be reused for other functions. I choose to add from adafruit_blinka.microcontroller.generic_linux.libgpiod_pin import Pin to the Lubancat5. py to control these IOs.