Skip to content

Commit f368cc2

Browse files
committed
mute needs to be output, or tone does nothing
1 parent 17cae31 commit f368cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pycamera/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def make_debounced_expander_pin(pin_no):
258258

259259
self._card_power = make_expander_output(_AW_SDPWR, True)
260260

261-
self.mute = make_expander_input(_AW_MUTE)
261+
self.mute = make_expander_output(_AW_MUTE, False)
262262

263263
self.sdcard = None
264264
try:

0 commit comments

Comments
 (0)