mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2024-11-09 21:14:47 -07:00
working nicely, disable debug printing
This commit is contained in:
parent
36e538cfbd
commit
148e482697
|
@ -14,7 +14,7 @@ from bokeh.layouts import column, row
|
||||||
from bokeh.models import ColumnDataSource, Slider, TextInput, Button
|
from bokeh.models import ColumnDataSource, Slider, TextInput, Button
|
||||||
from bokeh.plotting import figure
|
from bokeh.plotting import figure
|
||||||
|
|
||||||
DEBUG = True
|
DEBUG = False
|
||||||
|
|
||||||
# Configure MUX for ADC
|
# Configure MUX for ADC
|
||||||
mux_io = [None] * 4
|
mux_io = [None] * 4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user