Skip to content

Commit

Permalink
Update monitor.py - new gpio utility doesn't use the pin as an argument
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranc authored Feb 12, 2017
1 parent e70486b commit d8be7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ def SendPulses():
connection.request("GET", url)


for line in runProcess(["/usr/local/bin/gpio-irq", "7"]):
for line in runProcess(["/usr/local/bin/gpio-new"]):
pulsecount += 1

0 comments on commit d8be7ab

Please sign in to comment.