From 7ee40138dccc60ec179997caef502cf1c250aada Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Wed, 9 Aug 2017 15:11:35 +0200 Subject: [PATCH] Script execution --- script/test1.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/test1.py b/script/test1.py index 0663325..cae1d08 100644 --- a/script/test1.py +++ b/script/test1.py @@ -12,4 +12,5 @@ class SensorXAxis(ReadableArray): x_axis = SensorXAxis(pico_bpm6_ts_sumall) -plot(x_axis.read()) \ No newline at end of file +#plot(x_axis.read()) +plot(x_axis) \ No newline at end of file