Skip to content

Commit 98999fb

Browse files
committed
I changed line 8 so that the pin used in the
flood detector its not pin 17, rather 27.
1 parent aaf07f1 commit 98999fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pi/flood_detection/flood_detection/flood_detector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from rov_msgs.msg import Flooding
66

77
# Pins used for GPIO
8-
DETECT_PIN = 17
8+
DETECT_PIN = 27
99

1010

1111
class FloodDetector(Node):

0 commit comments

Comments
 (0)