This commit is contained in:
Max 2021-09-22 14:42:04 +01:00
parent e3df883fa8
commit b739434158

View File

@ -55,6 +55,7 @@ class ProxStream:
self.log.critical(f"ERROR: {e}, serial input: {raw}")
def read(self):
print(self.proximity_buffer)
return self.proximity_buffer
def stop(self):