From 21c0cb0a854ae27f296596af059844a80efd9ac4 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Mon, 2 Mar 2020 20:17:56 -0700 Subject: [PATCH] remove unnecessary delay --- Software/python/hwtest.py | 1 - 1 file changed, 1 deletion(-) 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