Skip to content

Commit 39608f0

Browse files
committed
Added attribute to init for linting
1 parent 57b2821 commit 39608f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_circuitplayground/express.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def __init__(self):
9898
self._speaker_enable.switch_to_output(value=False)
9999
self._sample = None
100100
self._sine_wave = None
101+
self._sine_wave_sample = None
101102

102103
# Define touch:
103104
# We chose these verbose touch_A# names so that beginners could use it without understanding

0 commit comments

Comments
 (0)