fixxed count up

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-07-11 01:36:39 +02:00
parent cbf601b1e7
commit 517ae5ee7d
1 changed files with 1 additions and 1 deletions

View File

@ -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: