From 1baebc89a6c5461f8cb6e3fa9a14d6133929eba4 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Mon, 2 Mar 2020 16:30:00 -0700 Subject: [PATCH] hopefully fix calibration issues --- Software/python/hwtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Software/python/hwtest.py b/Software/python/hwtest.py index 99d0a12..7cc224a 100644 --- a/Software/python/hwtest.py +++ b/Software/python/hwtest.py @@ -42,6 +42,7 @@ 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