Update README.rst
This commit is contained in:
parent
2f3491ce61
commit
51c14aaab3
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ Usage Example
|
||||||
dac = adafruit_tlv320.TLV320DAC3100(i2c)
|
dac = adafruit_tlv320.TLV320DAC3100(i2c)
|
||||||
|
|
||||||
# set mclk, sample rate & bit depth
|
# 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
|
# use headphones
|
||||||
# helper function for default settings
|
# helper function for default settings
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue