Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
selfisch committed Oct 29, 2017
1 parent d961b69 commit 0e7f2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/func_usbbtn.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(self):

## Ende __init__

def source_led_blink():
def source_led_blink(self):
while True:
if source == 'Tuner':
p = GPIO.PWM(TunerPin, 1000) # set Frequece to 1KHz
Expand Down

0 comments on commit 0e7f2ed

Please sign in to comment.