Skip to content

Commit 3790988

Browse files
authored
Update and rename wvsh_rp2040_one_u2if.py to rp2040_one_u2if.py
1 parent 1f057f3 commit 3790988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/adafruit_blinka/board/wvsh_rp2040_one_u2if.py renamed to src/adafruit_blinka/board/rp2040_one_u2if.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55
Pin definitions for the Waveshare RP2040 One with u2if firmware.
66
7-
Adafruit CircuitPython 6.2.0 on 2021-04-05; Waveshare RP2040 One with rp2040
7+
Adafruit CircuitPython; Waveshare RP2040 One with rp2040
88
>>> import board
99
>>> board.
1010
A0 A1 A2 A3
@@ -58,4 +58,4 @@
5858

5959
# access u2if via pin instance to open for specifc VID/PID
6060
# pylint:disable = protected-access
61-
pin.GP0._u2if_open_hid(0x2E8A, 0x111F)
61+
pin.GP0._u2if_open_hid(0x2E8A, 0x103A)

0 commit comments

Comments
 (0)