dev #12

Merged
Arcmyx merged 45 commits from dev into main 2025-12-19 22:45:13 +00:00
Showing only changes of commit 5b9ab7daed - Show all commits

View File

@@ -41,6 +41,7 @@ class ColorSensorDiagnostics:
self.colorsensor.detectable_colors(Color.RED, Color.YELLOW, Color.GREEN, Color.BLUE, Color.WHITE, Color.NONE)
def printAll(self):
self.initializeColorSensor()
while True:
stopwatch = StopWatch()
while stopwatch.time < 5000:
print("HSV output:", self.colorsensor.hsv)
print("Detected color:", self.colorsensor.color())
print("Detected color:", self.colorsensor.color())