From 85959071737b8467fc32284629280828e9f865cc Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Sun, 7 Jul 2024 13:35:28 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52449da79..2a2758e86 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ BME280 is combined temperature, humidity and pressure sensor. The unit combines **4-pin variant** -The BME280 sensor board interface uses 4 pins and is 13mm by 10.5mm in size. The four pins are `VIN`, `GND`, `SCL` and `SDA`. The measured values are sent via I2C protocol. The I2C slave address is pre-defined and can take value either 0x76 or 0x77 BME280 Datasheet, page 32 [^4]. +The BME280 sensor board interface uses 4 pins and is 13mm by 10.5mm in size. The four pins are `VIN`, `GND`, `SCL` and `SDA`. The measured values are sent via I2C protocol. The I2C slave address is pre-defined and can take value either 0x76 or 0x77 (BME280 Datasheet, page 32)[^4]. ### Wiring