mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2025-04-22 00:37:58 -06:00
remove unnecessary delay
This commit is contained in:
parent
453c155d5d
commit
21c0cb0a85
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user