Commit 000dd976 authored by Matthieu Cattin's avatar Matthieu Cattin

calibr_box, test30: Fix typo, remove useless imports.

parent fa41668e
......@@ -7,14 +7,10 @@
# Website: http://www.ohwr.org
import sys
import rr
import time
import os
import cp210x_gpio
from PAGE.Agilent33250A import *
from PAGE.SineWaveform import *
"""
calibr_box: Access to calibration box via USB-UART bridge CP2103
......
......@@ -229,7 +229,7 @@ def main (default_directory='.'):
fmc_adc_init(spec, fmc)
time.sleep(3)
print('Make a compete acquisition')
print('Make a complete acquisition')
ch_mean = []
channels_data = []
for ch in range(NB_CHANNELS):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment