Skip to content

Commit 51c14aa

Browse files
authored
Update README.rst
1 parent 2f3491c commit 51c14aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Usage Example
101101
dac = adafruit_tlv320.TLV320DAC3100(i2c)
102102
103103
# set mclk, sample rate & bit depth
104-
dac.configure_clocks(mclk_freq=12000000, sample_rate=44100, bit_depth=16)
104+
dac.configure_clocks(sample_rate=44100, bit_depth=16)
105105
106106
# use headphones
107107
# helper function for default settings

0 commit comments

Comments
 (0)