Skip to content

Commit 955e4f0

Browse files
committed
"Reformatted per new black version"
1 parent 69289e2 commit 955e4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mpr121_piano.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Configure PWM buzzer and other state:
1919
BUZZER_PIN = board.D9
20-
TONE_ON_DUTY = 2 ** 15 # Duty cycle of tone when turned on, a square wave.
20+
TONE_ON_DUTY = 2**15 # Duty cycle of tone when turned on, a square wave.
2121
TONE_OFF_DUTY = 0 # Duty cycle of tone when turned off, 0 or no signal.
2222
NOTE_FREQS = [
2323
261, # Input 0 = 261 hz = middle C

0 commit comments

Comments
 (0)