Update
This commit is contained in:
parent
41e90b0def
commit
577835a8d7
@ -22,7 +22,7 @@ class PalletProximity:
|
||||
def get_prox_reading(self):
|
||||
try:
|
||||
self.ser.flushInput()
|
||||
time.sleep(0.05)
|
||||
# time.sleep(0.05)
|
||||
readings = 0
|
||||
for _ in range(3):
|
||||
raw = str(self.ser.readline())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user