Update
This commit is contained in:
parent
76e4e2be29
commit
8126756e78
@ -32,7 +32,7 @@ class Proximity:
|
|||||||
|
|
||||||
def get_prox_readings(self):
|
def get_prox_readings(self):
|
||||||
try:
|
try:
|
||||||
self.ser.flushInput()
|
# self.ser.flushInput()
|
||||||
time.sleep(0.05)
|
time.sleep(0.05)
|
||||||
p1 = p2 = p3 = p4 = p5 = p6 = p7 = p8 = p9 = p10 = p11 = 0
|
p1 = p2 = p3 = p4 = p5 = p6 = p7 = p8 = p9 = p10 = p11 = 0
|
||||||
for _ in range(1):
|
for _ in range(1):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user