From 4473d794bda64427f0d273d5d85113e8b44b5514 Mon Sep 17 00:00:00 2001 From: Atharv Nagavarapu <30nagava@elmbrookstudents.org> Date: Thu, 18 Dec 2025 17:12:44 +0000 Subject: [PATCH] Update diagnostics/FullDiagnostics.py --- diagnostics/FullDiagnostics.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/diagnostics/FullDiagnostics.py b/diagnostics/FullDiagnostics.py index c6a1c10..3f2946b 100644 --- a/diagnostics/FullDiagnostics.py +++ b/diagnostics/FullDiagnostics.py @@ -54,6 +54,8 @@ while True: break elif choice == "cs": print("---------------------COLOR SENSOR DIAGNOSTICS---------------------") + colorsensor.printAll() + print("Color sensor diagnostics completed.") break else: print("Invalid choice. Please enter 'b', 'm', or 'q'.") \ No newline at end of file