Module esp_ward::peripherals::bme280

source ·
Expand description

§BME280 Environmental Sensor Driver

This module provides an interface to the BME280 environmental sensor. It allows for reading temperature, humidity, and pressure using the I2C communication protocol.

Structs§

  • A sensor instance for the BME280 that provides access to temperature, humidity, and pressure readings.