mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2024-12-25 18:38:09 -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.plotting import figure
|
||||
|
||||
DEBUG = True
|
||||
DEBUG = False
|
||||
|
||||
# Configure MUX for ADC
|
||||
mux_io = [None] * 4
|
||||
|
|
Loading…
Reference in New Issue
Block a user