From 148e48269762ba56ba311e5ff38e13e6b92def74 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Mon, 2 Mar 2020 21:57:43 -0700 Subject: [PATCH] working nicely, disable debug printing --- Software/python/hwtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/python/hwtest.py b/Software/python/hwtest.py index 312d17d..48ee477 100644 --- a/Software/python/hwtest.py +++ b/Software/python/hwtest.py @@ -14,7 +14,7 @@ from bokeh.layouts import column, row from bokeh.models import ColumnDataSource, Slider, TextInput, Button from bokeh.plotting import figure -DEBUG = True +DEBUG = False # Configure MUX for ADC mux_io = [None] * 4