Update diagnostics/HubDiagnostics.py
This commit is contained in:
@@ -9,4 +9,7 @@ hub = PrimeHub()
|
|||||||
|
|
||||||
print("Pybricks version information:", version)
|
print("Pybricks version information:", version)
|
||||||
print("MicroPython information:", usys.implementation)
|
print("MicroPython information:", usys.implementation)
|
||||||
print("MicroPython version:", usys.version)
|
print("MicroPython version:", usys.version)
|
||||||
|
while True:
|
||||||
|
print(str(hub.imu.heading()))
|
||||||
|
# Insert display test here, with input to either test hub gyro stats or display or info.
|
||||||
Reference in New Issue
Block a user