From c1856220b180e527b739c8375115037dc4297e8a Mon Sep 17 00:00:00 2001 From: Atharv Nagavarapu <30nagava@elmbrookstudents.org> Date: Wed, 17 Dec 2025 15:20:45 +0000 Subject: [PATCH] Update diagnostics/HubDiagnostics.py --- diagnostics/HubDiagnostics.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/diagnostics/HubDiagnostics.py b/diagnostics/HubDiagnostics.py index 9f806fa..6e1831c 100644 --- a/diagnostics/HubDiagnostics.py +++ b/diagnostics/HubDiagnostics.py @@ -9,4 +9,7 @@ hub = PrimeHub() print("Pybricks version information:", version) print("MicroPython information:", usys.implementation) -print("MicroPython version:", usys.version) \ No newline at end of file +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. \ No newline at end of file