We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880961a commit af68715Copy full SHA for af68715
examples/AD9833_ADSR_FeatherWing_sweep_v03.py
@@ -14,6 +14,7 @@
14
15
import time
16
import cedargrove_ad5245
17
+import cedargrove_ad9833
18
19
try:
20
digi_pot = cedargrove_ad5245.AD5245(address=0x2C)
@@ -23,8 +24,6 @@
23
24
print("AD5245 digital potentiometer not connected.")
25
digi_pot_connected = False
26
-import cedargrove_ad9833
27
-
28
wave_gen = cedargrove_ad9833.AD9833(select="D6")
29
30
print("AD9833_ADSR_FeatherWing_sweep_v03.py")
0 commit comments