diff --git a/Software/python/hwtest.py b/Software/python/hwtest.py index 5e8e693..c9d70ff 100644 --- a/Software/python/hwtest.py +++ b/Software/python/hwtest.py @@ -42,7 +42,6 @@ def get_reflectivity(chan): adc_lock.acquire() for ii, io in enumerate(mux_io): io.value = mux[ii] - time.sleep(0.001) voltage = adc_mux.voltage adc_lock.release() return voltage