Skip to content

Commit

Permalink
Merge pull request #90 from swimIan/master
Browse files Browse the repository at this point in the history
Add 2 more beeps to the Buzzer
  • Loading branch information
Manuel83 authored Jul 19, 2017
2 parents f8d4015 + 1184107 commit 805b3fa
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", 0.1, "H", 0.1, "L", 0.1, "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 805b3fa

Please sign in to comment.