Bugfix gpio pin
This commit is contained in:
parent
090f3e26ad
commit
65d4dcbc2b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue