Skip to content

Commit b739d0f

Browse files
committed
usb: add NXT USB PID
Pybricks is working on supporting the NXT brick, so we will need the USB PID for it.
1 parent 19cec28 commit b739d0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pybricksdev/usb/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# Official LEGO USB identifiers
55
LEGO_USB_VID = 0x0694
6+
NXT_USB_PID = 0x0002
67
EV3_USB_PID = 0x0005
78
EV3_BOOTLOADER_USB_PID = 0x0006
89
SPIKE_PRIME_DFU_USB_PID = 0x0008

0 commit comments

Comments
 (0)