From 65d4dcbc2bf2d639f9a0678dbf17698afa49910c Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 14 Oct 2017 09:12:16 +0200 Subject: [PATCH] Bugfix gpio pin --- feature/motheure-simple/source/loop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/motheure-simple/source/loop.php b/feature/motheure-simple/source/loop.php index 409a42b..142ac4d 100644 --- a/feature/motheure-simple/source/loop.php +++ b/feature/motheure-simple/source/loop.php @@ -8,7 +8,7 @@ $FEATURE = basename(dirname(__DIR__)); - $MOTOR_PIN = 29; + $MOTOR_PIN = 19; $LOOP_FREQ = 100; // check frequency in ms $THRESHOLD = 4; // maximum number of reads to wait for motor to be active back