Skip to content

Commit 2cf85c7

Browse files
committed
Components Registry Sync
1 parent ffdd9e4 commit 2cf85c7

File tree

82 files changed

+124
-123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+124
-123
lines changed

components/peripherals/adc/esp_s12sd/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.8"
1+
version: "1.2.0"
22
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
33
for Roithner LaserTechnik GUVA-S12SD ultraviolet analog sensor."
44
license: "MIT"

components/peripherals/adc/esp_s12sd/include/s12sd_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ extern "C" {
4848
/** Major version number (X.x.x) */
4949
#define S12SD_FW_VERSION_MAJOR 1
5050
/** Minor version number (x.X.x) */
51-
#define S12SD_FW_VERSION_MINOR 1
51+
#define S12SD_FW_VERSION_MINOR 2
5252
/** Patch version number (x.x.X) */
53-
#define S12SD_FW_VERSION_PATCH 8
53+
#define S12SD_FW_VERSION_PATCH 0
5454

5555
/**
5656
* public macro definitions

components/peripherals/adc/esp_s12sd/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/adc/esp_s12sd"
1515
},
1616
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
17-
"version": "1.1.8",
17+
"version": "1.2.0",
1818
"license": "MIT",
1919
"frameworks": "espidf",
2020
"platforms": "espressif32",

components/peripherals/i2c/esp_ahtxx/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.8"
1+
version: "1.2.0"
22
license: "MIT"
33
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
44
for Asair AHT10, AHT20, AHT21, AHT25, AHT30 temperature and humidity i2c sensors."

components/peripherals/i2c/esp_ahtxx/include/ahtxx_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ extern "C" {
4848
/** Major version number (X.x.x) */
4949
#define AHTXX_FW_VERSION_MAJOR 1
5050
/** Minor version number (x.X.x) */
51-
#define AHTXX_FW_VERSION_MINOR 1
51+
#define AHTXX_FW_VERSION_MINOR 2
5252
/** Patch version number (x.x.X) */
53-
#define AHTXX_FW_VERSION_PATCH 8
53+
#define AHTXX_FW_VERSION_PATCH 0
5454

5555

5656
/**

components/peripherals/i2c/esp_ahtxx/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/i2c/esp_ahtxx"
1515
},
1616
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
17-
"version": "1.1.8",
17+
"version": "1.2.0",
1818
"license": "MIT",
1919
"frameworks": "espidf",
2020
"platforms": "espressif32",

components/peripherals/i2c/esp_ak8975/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.8"
1+
version: "1.2.0"
22
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
33
for AKM AK8975 I2C 3-axis electronic compass sensor."
44
license: "MIT"

components/peripherals/i2c/esp_ak8975/include/ak8975_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ extern "C" {
4848
/** Major version number (X.x.x) */
4949
#define AK8975_FW_VERSION_MAJOR 1
5050
/** Minor version number (x.X.x) */
51-
#define AK8975_FW_VERSION_MINOR 1
51+
#define AK8975_FW_VERSION_MINOR 2
5252
/** Patch version number (x.x.X) */
53-
#define AK8975_FW_VERSION_PATCH 8
53+
#define AK8975_FW_VERSION_PATCH 0
5454

5555

5656
/**

components/peripherals/i2c/esp_ak8975/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/i2c/esp_ak8975"
1515
},
1616
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
17-
"version": "1.1.8",
17+
"version": "1.2.0",
1818
"license": "MIT",
1919
"frameworks": "espidf",
2020
"platforms": "espressif32",

components/peripherals/i2c/esp_as3935/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.8"
1+
version: "1.2.0"
22
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
33
for Austria Microsystems AS3935 franklin lighting I2C sensor."
44
license: "MIT"

components/peripherals/i2c/esp_as3935/include/as3935_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ extern "C" {
4848
/** Major version number (X.x.x) */
4949
#define AS3935_FW_VERSION_MAJOR 1
5050
/** Minor version number (x.X.x) */
51-
#define AS3935_FW_VERSION_MINOR 1
51+
#define AS3935_FW_VERSION_MINOR 2
5252
/** Patch version number (x.x.X) */
53-
#define AS3935_FW_VERSION_PATCH 8
53+
#define AS3935_FW_VERSION_PATCH 0
5454

5555

5656
/**

components/peripherals/i2c/esp_as3935/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/i2c/esp_as3935"
1515
},
1616
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
17-
"version": "1.1.8",
17+
"version": "1.2.0",
1818
"license": "MIT",
1919
"frameworks": "espidf",
2020
"platforms": "espressif32",

components/peripherals/i2c/esp_as7341/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.8"
1+
version: "1.2.0"
22
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
33
for OSRAM AS7341 11-channel multi-spectral digital I2C sensor."
44
license: "MIT"

components/peripherals/i2c/esp_as7341/include/as7341_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ extern "C" {
4848
/** Major version number (X.x.x) */
4949
#define AS7341_FW_VERSION_MAJOR 1
5050
/** Minor version number (x.X.x) */
51-
#define AS7341_FW_VERSION_MINOR 1
51+
#define AS7341_FW_VERSION_MINOR 2
5252
/** Patch version number (x.x.X) */
53-
#define AS7341_FW_VERSION_PATCH 8
53+
#define AS7341_FW_VERSION_PATCH 0
5454

5555

5656
/**

components/peripherals/i2c/esp_as7341/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/i2c/esp_as7341"
1515
},
1616
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
17-
"version": "1.1.8",
17+
"version": "1.2.0",
1818
"license": "MIT",
1919
"frameworks": "espidf",
2020
"platforms": "espressif32",

components/peripherals/i2c/esp_bh1750/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.8"
1+
version: "1.2.0"
22
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
33
for Rohm BH1750 I2C ambient light sensor."
44
license: "MIT"

components/peripherals/i2c/esp_bh1750/include/bh1750_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ extern "C" {
4848
/** Major version number (X.x.x) */
4949
#define BH1750_FW_VERSION_MAJOR 1
5050
/** Minor version number (x.X.x) */
51-
#define BH1750_FW_VERSION_MINOR 1
51+
#define BH1750_FW_VERSION_MINOR 2
5252
/** Patch version number (x.x.X) */
53-
#define BH1750_FW_VERSION_PATCH 8
53+
#define BH1750_FW_VERSION_PATCH 0
5454

5555

5656
/**

components/peripherals/i2c/esp_bh1750/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/i2c/esp_bh1750"
1515
},
1616
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
17-
"version": "1.1.8",
17+
"version": "1.2.0",
1818
"license": "MIT",
1919
"frameworks": "espidf",
2020
"platforms": "espressif32",
Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
1-
version: "0.0.1"
2-
description: "ESP32 espressif IoT development framework (esp-idf) compatible component for Bosch BMP390 humidity, temperature, pressure, and gas I2C sensors."
1+
version: "1.2.0"
2+
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
3+
for Bosch BMP390 humidity, temperature, pressure, and gas I2C sensors."
34
license: "MIT"
45
url: "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/i2c/esp_bme680"
56
repository: "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS.git"
67
registry_url: "https://components.espressif.com"
78
tags:
8-
- temperature
9-
- humidity
10-
- pressure
11-
- gas
12-
- iaq
13-
- quality
14-
- air
15-
- bme680
16-
- bosch
17-
- i2c
18-
- espidf
19-
- esp32
9+
- temperature
10+
- humidity
11+
- pressure
12+
- gas
13+
- iaq
14+
- quality
15+
- air
16+
- bme680
17+
- bosch
18+
- i2c
19+
- espidf
20+
- esp32
2021
dependencies:
21-
idf:
22+
idf:
2223
version: ">5.3.0"
23-
k0i05/esp_type_utils:
24+
k0i05/esp_type_utils:
2425
version: ">=0.0.1"
2526
override_path: "../../" # use component in a local directory, not from registry
2627
maintainers:
27-
- Eric Gionet <[email protected]>
28+
- Eric Gionet <[email protected]>

components/peripherals/i2c/esp_bme680/include/bme680_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ extern "C" {
4848
/** Major version number (X.x.x) */
4949
#define BME680_FW_VERSION_MAJOR 1
5050
/** Minor version number (x.X.x) */
51-
#define BME680_FW_VERSION_MINOR 1
51+
#define BME680_FW_VERSION_MINOR 2
5252
/** Patch version number (x.x.X) */
53-
#define BME680_FW_VERSION_PATCH 7
53+
#define BME680_FW_VERSION_PATCH 0
5454

5555
/**
5656
* public macro definitions

components/peripherals/i2c/esp_bme680/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/i2c/esp_bme680"
1515
},
1616
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
17-
"version": "1.1.8",
17+
"version": "1.2.0",
1818
"license": "MIT",
1919
"frameworks": "espidf",
2020
"platforms": "espressif32",

components/peripherals/i2c/esp_bmp280/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.8"
1+
version: "1.2.0"
22
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
33
for Bosch BMP280 temperature and pressure I2C sensors."
44
license: "MIT"

components/peripherals/i2c/esp_bmp280/include/bmp280_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ extern "C" {
4848
/** Major version number (X.x.x) */
4949
#define BMP280_FW_VERSION_MAJOR 1
5050
/** Minor version number (x.X.x) */
51-
#define BMP280_FW_VERSION_MINOR 1
51+
#define BMP280_FW_VERSION_MINOR 2
5252
/** Patch version number (x.x.X) */
53-
#define BMP280_FW_VERSION_PATCH 8
53+
#define BMP280_FW_VERSION_PATCH 0
5454

5555
/**
5656
* public macro definitions

components/peripherals/i2c/esp_bmp280/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/i2c/esp_bmp280"
1515
},
1616
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
17-
"version": "1.1.8",
17+
"version": "1.2.0",
1818
"license": "MIT",
1919
"frameworks": "espidf",
2020
"platforms": "espressif32",

components/peripherals/i2c/esp_bmp390/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.8"
1+
version: "1.2.0"
22
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
33
for Bosch BMP390 temperature and pressure I2C sensors."
44
license: "MIT"

components/peripherals/i2c/esp_bmp390/include/bmp390_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ extern "C" {
4848
/** Major version number (X.x.x) */
4949
#define BMP390_FW_VERSION_MAJOR 1
5050
/** Minor version number (x.X.x) */
51-
#define BMP390_FW_VERSION_MINOR 1
51+
#define BMP390_FW_VERSION_MINOR 2
5252
/** Patch version number (x.x.X) */
53-
#define BMP390_FW_VERSION_PATCH 8
53+
#define BMP390_FW_VERSION_PATCH 0
5454

5555

5656
/**

components/peripherals/i2c/esp_bmp390/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/i2c/esp_bmp390"
1515
},
1616
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
17-
"version": "1.1.8",
17+
"version": "1.2.0",
1818
"license": "MIT",
1919
"frameworks": "espidf",
2020
"platforms": "espressif32",

components/peripherals/i2c/esp_ccs811/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.8"
1+
version: "1.2.0"
22
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
33
for ScioSense CCS811 digital metal-oxide multi-gas I2C sensor."
44
license: "MIT"

components/peripherals/i2c/esp_ccs811/include/ccs811_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ extern "C" {
4848
/** Major version number (X.x.x) */
4949
#define CCS811_FW_VERSION_MAJOR 1
5050
/** Minor version number (x.X.x) */
51-
#define CCS811_FW_VERSION_MINOR 1
51+
#define CCS811_FW_VERSION_MINOR 2
5252
/** Patch version number (x.x.X) */
53-
#define CCS811_FW_VERSION_PATCH 8
53+
#define CCS811_FW_VERSION_PATCH 0
5454

5555

5656
/**

components/peripherals/i2c/esp_ccs811/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/i2c/esp_ccs811"
1515
},
1616
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
17-
"version": "1.1.8",
17+
"version": "1.2.0",
1818
"license": "MIT",
1919
"frameworks": "espidf",
2020
"platforms": "espressif32",

components/peripherals/i2c/esp_ens160/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.8"
1+
version: "1.2.0"
22
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
33
for ScioSense ENS160 digital metal-oxide multi-gas I2C sensor."
44
license: "MIT"

components/peripherals/i2c/esp_ens160/include/ens160_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ extern "C" {
4848
/** Major version number (X.x.x) */
4949
#define ENS160_FW_VERSION_MAJOR 1
5050
/** Minor version number (x.X.x) */
51-
#define ENS160_FW_VERSION_MINOR 1
51+
#define ENS160_FW_VERSION_MINOR 2
5252
/** Patch version number (x.x.X) */
53-
#define ENS160_FW_VERSION_PATCH 8
53+
#define ENS160_FW_VERSION_PATCH 0
5454

5555

5656
/**

components/peripherals/i2c/esp_ens160/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/i2c/esp_ens160"
1515
},
1616
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
17-
"version": "1.1.8",
17+
"version": "1.2.0",
1818
"license": "MIT",
1919
"frameworks": "espidf",
2020
"platforms": "espressif32",

components/peripherals/i2c/esp_hdc1080/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.8"
1+
version: "1.2.0"
22
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
33
for Texas Instruments HDC1080 temperature and humidity I2C sensor."
44
license: "MIT"

components/peripherals/i2c/esp_hdc1080/include/hdc1080_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ extern "C" {
4848
/** Major version number (X.x.x) */
4949
#define HDC1080_FW_VERSION_MAJOR 1
5050
/** Minor version number (x.X.x) */
51-
#define HDC1080_FW_VERSION_MINOR 1
51+
#define HDC1080_FW_VERSION_MINOR 2
5252
/** Patch version number (x.x.X) */
53-
#define HDC1080_FW_VERSION_PATCH 8
53+
#define HDC1080_FW_VERSION_PATCH 0
5454

5555

5656
/**

components/peripherals/i2c/esp_hdc1080/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/i2c/esp_hdc1080"
1515
},
1616
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
17-
"version": "1.1.8",
17+
"version": "1.2.0",
1818
"license": "MIT",
1919
"frameworks": "espidf",
2020
"platforms": "espressif32",

components/peripherals/i2c/esp_ltr390uv/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.8"
1+
version: "1.2.0"
22
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
33
for Lite-On LTR390UV I2C sensor."
44
license: "MIT"

components/peripherals/i2c/esp_ltr390uv/include/ltr390uv_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ extern "C" {
4848
/** Major version number (X.x.x) */
4949
#define LTR390UV_FW_VERSION_MAJOR 1
5050
/** Minor version number (x.X.x) */
51-
#define LTR390UV_FW_VERSION_MINOR 1
51+
#define LTR390UV_FW_VERSION_MINOR 2
5252
/** Patch version number (x.x.X) */
53-
#define LTR390UV_FW_VERSION_PATCH 8
53+
#define LTR390UV_FW_VERSION_PATCH 0
5454

5555

5656
/**

components/peripherals/i2c/esp_ltr390uv/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS/tree/main/components/peripherals/i2c/esp_ltr390uv"
1515
},
1616
"homepage": "https://github.com/K0I05/ESP32-S3_ESP-IDF_COMPONENTS",
17-
"version": "1.1.8",
17+
"version": "1.2.0",
1818
"license": "MIT",
1919
"frameworks": "espidf",
2020
"platforms": "espressif32",

components/peripherals/i2c/esp_mlx90614/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.8"
1+
version: "1.2.0"
22
description: "ESP32 espressif IoT development framework (esp-idf) compatible component
33
for Melexis MLX90614 single and dual-zone infrared thermometer I2C sensor."
44
license: "MIT"

0 commit comments

Comments
 (0)