diff --git a/test.py b/test.py index a0af745..80df4b1 100644 --- a/test.py +++ b/test.py @@ -5,7 +5,7 @@ import time def get_temperature(): i2c = busio.I2C(board.SCL, board.SDA) - bmp280 = adafruit_bmp280.Adafruit_BMP280_I2C(i2c, address=0x76) + bmp280 = adafruit_bmp280.Adafruit_BMP280_I2C(i2c, address=0x01) return bmp280.temperature while True: