Files
2025-04-04 04:48:13 +02:00

26 lines
836 B
JSON

{
"name": "esp_bme680",
"keywords": "esp32, espressif, espidf, temperature, pressure, humidity, gas, iaq, bme680, i2c, bosch",
"description": "ESP32 espressif IoT development framework (esp-idf) compatible component for Bosch BMP390 humidity, temperature, pressure, and gas I2C sensors.",
"authors": [
{
"name": "Eric Gionet",
"email": "gionet.c.eric@gmail.com",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/i2c/esp_bme680"
},
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
"version": "1.2.5",
"license": "MIT",
"frameworks": "espidf",
"platforms": "espressif32",
"headers": "bme680.h",
"dependencies": {
"k0i05/esp_type_utils": ">=1.0.0"
}
}