2 Pin definitions for the Feather RP2040 with u2if firmware.
4 Adafruit CircuitPython 6.2.0 on 2021-04-05; Adafruit Feather RP2040 with rp2040
16 from adafruit_blinka.microcontroller.rp2040_u2if import pin
34 # A3 = pin.GP29 # not currently supported in firmware
43 # access u2if via pin instance to open for specifc VID/PID
44 # pylint:disable = protected-access
45 pin.GP0._u2if_open_hid(0x239A, 0x00F1)