Skip to content

Commit

Permalink
fix typo in MT pin assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
src1138 committed May 23, 2024
1 parent 6412e35 commit 499074a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions motioneye_scripts/VMFB-MC.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

# Set GPIO pin numbers
PIR=27 #PIN 13 - input to sense PIR signal
MT=24 #PIN 18 - input to sense hopper empty signal
MT=17 #PIN 11 - input to sense hopper empty signal
MAN=26 #PIN 37 - input to sense manual dispense event
PBKA=19 #PIN 35 - input to sense if PBKA is enabled
TMR=6 #PIN 31 - input to sense if timer is enabled
Expand All @@ -38,7 +38,7 @@
DEP=14 #PIN 8 - input to sense a dispense event
SIR=18 #PIN 12 - output to turn on IR sensor LEDs
MTR=4 #PIN 7 - output to turn on dispense motor
MT_SIG=17 #PIN 11 - output to indicate if hopper is (almost) empty
MT_SIG=24 #PIN 18 - output to indicate if hopper is (almost) empty
TMR_SIG=12 #PIN 32 - output to indicate if timed dispense is enabled
PBKA_SIG=16 #PIN 36 - output to indicate if PBKA is enabled
CAL_SIG=23 #PIN 16 - output to indicate if calibration mode is enabled
Expand Down

0 comments on commit 499074a

Please sign in to comment.