Add buzzer and led support

This commit is contained in:
2026-01-04 20:42:52 +01:00
parent 16f354ad60
commit b2ce505c27
6 changed files with 44 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ class ClockService:
def __init__(self):
self.screen = Screen()
self.screen.enableBackground()
self.screen.displayMessage("Waiting for start...")
self.screen.displayMessage("Waiting...")
def start(self, time_control : int, increment : int ):
self.white_clock = self.__init_clock(time_control, increment)