Update
This commit is contained in:
parent
c32d2a63b2
commit
16ac2b416d
@ -51,7 +51,7 @@ class ProxStream:
|
||||
p10 += int(raw3[9])
|
||||
p11 += int(raw3[10])
|
||||
self.proximity_buffer = [int(p1/2), int(p2/2), int(p3/2), int(p4/2), int(p5/2), int(p6/2), int(p7/32), int(p8/2), int(p9/2), int(p10/2), int(p11/2)]
|
||||
print(proximity_buffer)
|
||||
print(self.proximity_buffer)
|
||||
except Exception as e:
|
||||
self.log.critical(f"ERROR: {e}, serial input: {raw}")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user