Skip to content

Commit

Permalink
Fix sweep example.
Browse files Browse the repository at this point in the history
Fixes #2

Thank you @rossgrady
  • Loading branch information
CedarGroveStudios authored Jan 19, 2024
1 parent 0110af9 commit 0dc6f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/AD9833_ADSR_FeatherWing_sweep_v03.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
while True:
print("reset")
wave_gen.reset()
wave_gen.WAVE_TYPE = WAVE_TYPE
wave_gen.wave_type = WAVE_TYPE
print("start")
wave_gen.start()
if digi_pot_connected:
Expand Down

0 comments on commit 0dc6f0f

Please # to comment.