From dcf982c61b81917b9b01261bf832768c00cb4843 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 3 Oct 2013 18:28:26 +0200 Subject: [PATCH] Fix pin numbers --- pins.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pins.py b/pins.py index 8b699be..30f9666 100644 --- a/pins.py +++ b/pins.py @@ -44,8 +44,8 @@ class PinsWatcher(): self.pins = { 'bell_ringing': PinWatcher(18, 2), 'door_closed': PinWatcher(8, 5), - 'door_locked': PinWatcher(9, 5), - 'space_active': PinWatcher(10, 5), + 'door_locked': PinWatcher(10, 5), + 'space_active': PinWatcher(24, 5), } self._sm = state_machine -- 2.30.2