diff --git a/test.py b/test.py index 3c35d55..99a61c8 100644 --- a/test.py +++ b/test.py @@ -8,9 +8,10 @@ import time # bmp280 = adafruit_bmp280.Adafruit_BMP280_I2C(i2c, address=0x03) # return bmp280.temperature -count = 3 +count = 2 i2c = busio.I2C(board.SCL, board.SDA) while True: + count + 1 if count != 77: print(hex(count)) try: @@ -21,7 +22,6 @@ while True: pass else: exit() - count + 1 # print(get_temperature()