1 # SPDX-FileCopyrightText: 2023 Liz Clark for Adafruit Industries
3 # SPDX-License-Identifier: MIT
5 Pin definitions for the Feather RP2040 ThinkInk with u2if firmware.
7 Adafruit CircuitPython 6.2.0 on 2021-04-05; Adafruit Feather RP2040 ThinkInk with rp2040
15 NEOPIXEL EPD_BUSY SCK SCL
17 EPD_CS EPD_RESET EPD_DC EPD_MOSI
21 from adafruit_blinka.microcontroller.rp2040_u2if import pin
58 # access u2if via pin instance to open for specifc VID/PID
59 # pylint:disable = protected-access
60 pin.GP0._u2if_open_hid(0x239A, 0x812C)