An open API service indexing awesome lists of open source software.

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.

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).