https://github.com/exocet22/tinybme280
A tiny Arduino library on PlatformIO for BME280 module running on ESP8266/ESP32 modules.
https://github.com/exocet22/tinybme280
arduino bme280 esp32 esp8266 platformio
Last synced: 3 months ago
JSON representation
A tiny Arduino library on PlatformIO for BME280 module running on ESP8266/ESP32 modules.
- Host: GitHub
- URL: https://github.com/exocet22/tinybme280
- Owner: Exocet22
- License: mit
- Created: 2025-02-05T11:18:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T11:04:45.000Z (over 1 year ago)
- Last Synced: 2025-03-15T11:25:24.588Z (over 1 year ago)
- Topics: arduino, bme280, esp32, esp8266, platformio
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TinyBME280
A lightweight [Arduino](https://arduino.cc/) library for BME280 module running on ESP8266/ESP32 platform.
## Installation
### Using the Arduino IDE Library Manager
1. Choose `Sketch` -> `Include Library` -> `Manage Libraries...`
2. Type `TinyBME280` into the search box.
3. Click the row to select the library.
4. Click the `Install` button to install the library.
### Using PlatformIO Library Manager
1. Choose `PIO Home` -> `Libraries` -> `Registry`
2. Type `TinyBME280` into the search box.
3. Click the row to select the library.
4. Click the `Install` button to install the library.
### Using Git
```sh
cd ~/Documents/Arduino/libraries/
git clone https://github.com/exocet22/TinyBME280 TinyBME280
```
## Examples
See [examples](examples) folder.
## License
This libary is [licensed](LICENSE) under the [MIT Licence](https://en.wikipedia.org/wiki/MIT_License).