This commit is contained in:
Aaro Varis
2026-01-15 10:28:50 +02:00
parent 3f8772b8c0
commit de991db055

View File

@@ -44,14 +44,12 @@ class AlarmClock:
pins = {
if __name__ == "__main__":
pins = {
"button": 6, "button": 6,
"led": 5, "led": 5,
"buzzer": 12, "buzzer": 12,
} }
alarm_clock = AlarmClock(pins) alarm_clock = AlarmClock(pins)