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