summaryrefslogtreecommitdiff
path: root/tests/pyb/dac.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pyb/dac.py')
-rw-r--r--tests/pyb/dac.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pyb/dac.py b/tests/pyb/dac.py
index 61ab7bd6e..884ec5829 100644
--- a/tests/pyb/dac.py
+++ b/tests/pyb/dac.py
@@ -1,3 +1,5 @@
+import pyb
+
dac = pyb.DAC(1)
print(dac)
dac.noise(100)