From 21ddadaabc090f1aa44a82b83232317ac98112ef Mon Sep 17 00:00:00 2001 From: Christopher Stone Date: Fri, 9 Feb 2018 21:31:02 +0000 Subject: [PATCH] Added a comment about the mysteriously required argument of pollSerial --- telemetry/code/monitor/graph_plotter_rewrite.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/telemetry/code/monitor/graph_plotter_rewrite.py b/telemetry/code/monitor/graph_plotter_rewrite.py index 9b72351..eb4a021 100755 --- a/telemetry/code/monitor/graph_plotter_rewrite.py +++ b/telemetry/code/monitor/graph_plotter_rewrite.py @@ -37,6 +37,7 @@ plots = [] plots.append(Plot("This is a test plot")) def pollSerial(foo): + # Note, foo seems to be a float pass pyglet.clock.schedule_interval(pollSerial, 0.1) -- libgit2 0.21.2