diff --git a/test.py b/test.py index 99a61c8..12bf734 100644 --- a/test.py +++ b/test.py @@ -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: