From 0b51182d22f8252a1e8e8a52a1a66fb8c543d054 Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Tue, 9 Aug 2016 14:51:04 +0200 Subject: [PATCH] Script execution --- script/scan1.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 script/scan1.py diff --git a/script/scan1.py b/script/scan1.py new file mode 100644 index 0000000..38eeb42 --- /dev/null +++ b/script/scan1.py @@ -0,0 +1,3 @@ + +readables = pico_amp.getChildren().tolist() + pico_amp_2.getChildren().tolist() +r=tscan(readables, 10, 1.0) \ No newline at end of file