Skip to content

Commit

Permalink
script is hanging, comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
src1138 committed Apr 26, 2024
1 parent f15c31a commit 5c84a21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions motioneye_scripts/VMFB-MC.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
GPIO.setwarnings(False) # disables GPIO warnings (ex. pin already in use)

# Set GPIO pin numbers
PIR=27 #PIN 13 - input to sense PIR signal (high signal means PIR was triggered)
MT=23 #PIN 16 - input to sense hopper empty signal (high initiates a dispense event)
MAN=26 #PIN 37 - input to sense manual dispense event (high=ok, low= (almost) empty
PBKA=19 #PIN 35 - input to sense if PBKA is enabled (high=enabled, low=disabled)
TMR=13 #PIN 33 - input to sense if timer is enabled (high=enabled, low=disabled)
PIR=27 #PIN 13 - input to sense PIR signal
MT=23 #PIN 16 - 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=13 #PIN 33 - input to sense if timer is enabled
DIS=10 #PIN 19 - input to sense a deposit event
DEP=24 #PIN 18 - input to sense a dispense event
SIR=25 #PIN 22 - output to turn on IR sensor LEDs
Expand Down

0 comments on commit 5c84a21

Please sign in to comment.