1 # SPDX-FileCopyrightText: 2023 Liz Clark for Adafruit Industries
3 # SPDX-License-Identifier: MIT
5 Pin definitions for the Feather RP2040 RFM with u2if firmware.
7 Adafruit CircuitPython 6.2.0 on 2021-04-05; Adafruit Feather RP2040 RFM with rp2040
17 RFM_CS RFM_RST RFM_IO5 RFM_IO3
18 RFM_IO4 RFM_IO0 RFM_IO1 RFM_IO2
21 from adafruit_blinka.microcontroller.rp2040_u2if import pin
43 BUTTON = BOOT = pin.GP7
63 # access u2if via pin instance to open for specifc VID/PID
64 # pylint:disable = protected-access
65 pin.GP0._u2if_open_hid(0x239A, 0x812E)