Update README.rst

This commit is contained in:
Liz 2025-04-02 10:27:28 -04:00 committed by GitHub
parent 2f3491ce61
commit 51c14aaab3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,7 +101,7 @@ Usage Example
dac = adafruit_tlv320.TLV320DAC3100(i2c)
# set mclk, sample rate & bit depth
dac.configure_clocks(mclk_freq=12000000, sample_rate=44100, bit_depth=16)
dac.configure_clocks(sample_rate=44100, bit_depth=16)
# use headphones
# helper function for default settings