We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31240bf commit c6f4f3aCopy full SHA for c6f4f3a
TLV320DAC3100_Examples/TLV320_CircuitPython_WAV/code.py
@@ -15,7 +15,7 @@
15
16
# use headphones
17
dac.headphone_output = True
18
-dac.headphone_volume = -15 # dB
+dac.dac_volume = -15 # dB
19
# or use speaker
20
# dac.speaker_output = True
21
# dac.speaker_volume = -10 # dB
0 commit comments