├── README.md ├── component.mk ├── examples └── BME280-I2C-ESP32 │ └── BME280-I2C-ESP32.ino ├── keywords.txt ├── library.properties └── src ├── Adafruit_BME280.cpp └── Adafruit_BME280.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Takatsuki0204/BME280-I2C-ESP32/HEAD/README.md -------------------------------------------------------------------------------- /component.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Takatsuki0204/BME280-I2C-ESP32/HEAD/component.mk -------------------------------------------------------------------------------- /examples/BME280-I2C-ESP32/BME280-I2C-ESP32.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Takatsuki0204/BME280-I2C-ESP32/HEAD/examples/BME280-I2C-ESP32/BME280-I2C-ESP32.ino -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Takatsuki0204/BME280-I2C-ESP32/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Takatsuki0204/BME280-I2C-ESP32/HEAD/library.properties -------------------------------------------------------------------------------- /src/Adafruit_BME280.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Takatsuki0204/BME280-I2C-ESP32/HEAD/src/Adafruit_BME280.cpp -------------------------------------------------------------------------------- /src/Adafruit_BME280.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Takatsuki0204/BME280-I2C-ESP32/HEAD/src/Adafruit_BME280.h --------------------------------------------------------------------------------