mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 17:14:41 +00:00
api/hubs: add InventorHub
This is just the SPIKE Prime Hub with a different name and color.
This commit is contained in:
@@ -38,3 +38,8 @@ class PrimeHub:
|
||||
"""LEGO® SPIKE Prime Hub."""
|
||||
battery = _Battery()
|
||||
light = _ColorLight()
|
||||
|
||||
|
||||
class InventorHub(PrimeHub):
|
||||
"""LEGO® MINDSTORMS Inventor Hub."""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user