Skip to content

Commit db6b00d

Browse files
committed
remove unneeded dac.reset() statements
1 parent 83d33d6 commit db6b00d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Fruit_Jam/Larsio_Paint_Music/sound_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def __init__(self, audio_output="pwm", seconds_per_eighth=0.25):
106106

107107
# Initialize TLV320
108108
self.tlv = adafruit_tlv320.TLV320DAC3100(i2c)
109-
self.tlv.reset()
110109

111110
# set sample rate & bit depth
112111
self.tlv.configure_clocks(sample_rate=11025, bit_depth=16)

Metro/Metro_RP2350_Chips_Challenge/definitions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
if tlv320_present:
3333
dac = adafruit_tlv320.TLV320DAC3100(i2c)
34-
dac.reset()
3534

3635
# set sample rate & bit depth
3736
dac.configure_clocks(sample_rate=44100, bit_depth=16)

0 commit comments

Comments
 (0)