mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-15 02:54:52 +00:00
api/parameters/Button: add bluetooth button
This commit is contained in:
@@ -153,6 +153,7 @@ class Button(_PybricksEnum):
|
||||
BEACON = 8
|
||||
RIGHT_UP = 9
|
||||
RIGHT_PLUS = 9
|
||||
BLUETOOTH = 9
|
||||
|
||||
|
||||
class Axis(_PybricksEnum):
|
||||
|
||||
@@ -50,6 +50,7 @@ class Button:
|
||||
BEACON: Button
|
||||
RIGHT_UP: Button
|
||||
RIGHT_PLUS: Button
|
||||
BLUETOOTH: Button
|
||||
|
||||
class Axis:
|
||||
X: Axis
|
||||
|
||||
Reference in New Issue
Block a user