Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
@ -11,7 +11,7 @@ import time
count = 2
i2c = busio.I2C(board.SCL, board.SDA)
while True:
count + 1
count =+ 1
if count != 77:
print(hex(count))
try: