Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/swimIan/craftbeerpi3
Browse files Browse the repository at this point in the history
  • Loading branch information
swimIan committed Jul 16, 2017
2 parents 4d08b17 + be8506d commit eee5680
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", "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 eee5680

Please sign in to comment.