mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
pybricks.hubs: Default values for the PrimeHub.
This commit is contained in:
committed by
laurensvalk
parent
d806fe9fbe
commit
a1342f77c9
@@ -29,7 +29,7 @@ class TechnicHub:
|
||||
|
||||
|
||||
class PrimeHub:
|
||||
def __init__(self, top_size: Axis, front_side: Axis): ...
|
||||
def __init__(self, top_side: Axis = Axis.Z, front_side: Axis = Axis.X): ...
|
||||
battery: Battery
|
||||
light: ColorLight
|
||||
display: LightMatrix
|
||||
@@ -38,4 +38,3 @@ class PrimeHub:
|
||||
|
||||
|
||||
class InventorHub(PrimeHub): ...
|
||||
|
||||
Reference in New Issue
Block a user