Skip to content

Commit

Permalink
Add two more beeps to the buzzer sound
Browse files Browse the repository at this point in the history
Makes the buzzer notifications more noticeable.
  • Loading branch information
swimIan authored Jul 16, 2017
1 parent ca9575a commit 42e91de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/buzzer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Buzzer(object):

sound = ["H", 0.1, "L"]
sound = ["H", 0.1, "L", "H", 0.1, "L", "H", 0.1, "L"]
def __init__(self, gpio):
try:
cbpi.app.logger.info("INIT BUZZER NOW GPIO%s" % gpio)
Expand Down

0 comments on commit 42e91de

Please sign in to comment.