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 4a773f4 commit dd2b4d1Copy full SHA for dd2b4d1
pybricksdev/ble/lwp3/bytecodes.py
@@ -1,5 +1,5 @@
1
# SPDX-License-Identifier: MIT
2
-# Copyright (c) 2021-2023 The Pybricks Authors
+# Copyright (c) 2021-2024 The Pybricks Authors
3
# Some portions of the documentation:
4
# Copyright (c) 2018 LEGO System A/S
5
@@ -195,6 +195,9 @@ class HubKind(IntEnum):
195
LUIGI = 0x44
196
"""LEGO Luigi Hub."""
197
198
+ PEACH = 0x45
199
+ """LEGO Peach Hub."""
200
+
201
TECHNIC = 0x80
202
"""LEGO 4-port Technic Hub."""
203
@@ -204,6 +207,9 @@ class HubKind(IntEnum):
204
207
TECHNIC_SMALL = 0x83
205
208
"""LEGO SPIKE Essential Hub."""
206
209
210
+ TECHNIC_MOVE = 0x84
211
+ """LEGO Technic Move Hub."""
212
213
RCX = 0xE0
214
"""LEGO MINDSTORMS RCX brick. (unofficial Pybricks addition)"""
215
0 commit comments