mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
Update README.md
This commit is contained in:
parent
d87814e1ec
commit
a9872a2c9e
@ -78,6 +78,11 @@ The BME280 sensor board interface uses 4 pins and is 13mm by 10.5mm in size. The
|
||||
|
||||
### Reading Values
|
||||
|
||||
```C
|
||||
Adafruit_BME280 bme;
|
||||
unsigned status = bme.begin(0x76);
|
||||
```
|
||||
|
||||
[^2]: https://www.bosch-sensortec.com/products/environmental-sensors/humidity-sensors-bme280/
|
||||
[^3]: https://www.bosch-sensortec.com/products/environmental-sensors/pressure-sensors/bmp280/
|
||||
[^4]: https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme280-ds002.pdf
|
Loading…
Reference in New Issue
Block a user