We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f057f3 commit 3790988Copy full SHA for 3790988
src/adafruit_blinka/board/wvsh_rp2040_one_u2if.py renamed to src/adafruit_blinka/board/rp2040_one_u2if.py
@@ -4,7 +4,7 @@
4
"""
5
Pin definitions for the Waveshare RP2040 One with u2if firmware.
6
7
-Adafruit CircuitPython 6.2.0 on 2021-04-05; Waveshare RP2040 One with rp2040
+Adafruit CircuitPython; Waveshare RP2040 One with rp2040
8
>>> import board
9
>>> board.
10
A0 A1 A2 A3
@@ -58,4 +58,4 @@
58
59
# access u2if via pin instance to open for specifc VID/PID
60
# pylint:disable = protected-access
61
-pin.GP0._u2if_open_hid(0x2E8A, 0x111F)
+pin.GP0._u2if_open_hid(0x2E8A, 0x103A)
0 commit comments