4 lines
115 B
Python
4 lines
115 B
Python
|
|
from pybricks.hubs import PrimeHub
|
||
|
|
from pybricks.parameters import Color
|
||
|
|
hub = PrimeHub()
|
||
|
|
hub.light.on(Color.GREEN)
|