1 # SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
3 # SPDX-License-Identifier: MIT
5 Pin definitions for the Waveshare RP2040 One with u2if firmware.
7 Adafruit CircuitPython 6.2.0 on 2021-04-05; Waveshare RP2040 One with rp2040
21 from adafruit_blinka.microcontroller.rp2040_u2if import pin
45 # A3 = pin.GP29 # not currently supported in firmware
59 # access u2if via pin instance to open for specifc VID/PID
60 # pylint:disable = protected-access
61 pin.GP0._u2if_open_hid(0x2E9A, 0x111F)