diff options
Diffstat (limited to 'tests/pyb/dac.py')
-rw-r--r-- | tests/pyb/dac.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pyb/dac.py b/tests/pyb/dac.py index 61ab7bd6e6..884ec58296 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) |