7 lines
159 B
Python
7 lines
159 B
Python
|
|
pico_amp.start()
|
|
time.sleep(1.0)
|
|
readables = pico_amp.getChildren().tolist() #+ pico_amp_2.getChildren().tolist()
|
|
r=tscan(readables, 1, 1.0)
|
|
|
|
#pico_amp.stop() |