A lightweight Arduino library for BME280 module running on ESP8266/ESP32 platform.
- Choose
Sketch->Include Library->Manage Libraries... - Type
TinyBME280into the search box. - Click the row to select the library.
- Click the
Installbutton to install the library.
- Choose
PIO Home->Libraries->Registry - Type
TinyBME280into the search box. - Click the row to select the library.
- Click the
Installbutton to install the library.
cd ~/Documents/Arduino/libraries/
git clone https://github.com/exocet22/TinyBME280 TinyBME280See examples folder.
This libary is licensed under the MIT Licence.