Skip to content

Commit

Permalink
Merge pull request #491 from anshom/patch-3
Browse files Browse the repository at this point in the history
Update grove_sound_sensor.py
  • Loading branch information
CleoQc committed Jan 19, 2022
2 parents f47d0c8 + d7d86db commit 874e9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/Python/grove_sound_sensor.py
Expand Up @@ -52,7 +52,7 @@
grovepi.pinMode(led,"OUTPUT")

# The threshold to turn the led on 400.00 * 5 / 1024 = 1.95v
threshold_value = 400
threshold_value = 600

while True:
try:
Expand Down

0 comments on commit 874e9cc

Please sign in to comment.