From 13f13627b84482076e9acaa30590b322e5bb7d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 12 Jul 2022 08:51:23 +0200 Subject: [PATCH] test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 6ec6237..9e636d9 100644 --- a/test.py +++ b/test.py @@ -11,7 +11,7 @@ import time count = 2 i2c = busio.I2C(board.SCL, board.SDA) while True: - bmp280 = adafruit_bmp280.Adafruit_BMP280_I2C(i2c, address=0x4c) + bmp280 = adafruit_bmp280.Adafruit_BMP280_I2C(i2c, address=0x76) print(bmp280.temperature) # print(get_temperature()