ADD BMP580

This commit is contained in:
Edward Emelianov
2025-12-08 20:57:40 +03:00
parent ebc8144271
commit 4a09776d27
13 changed files with 591 additions and 19 deletions

View File

@@ -166,6 +166,18 @@ sensor_t AHT15 = {
.properties = s_props,
};
sensor_t AHT20 = {
.name = "AHT20",
.private = ISAHT2x,
.address = 0x38,
.status = SENS_NOTINIT,
.init = s_init,
.start = s_start,
.heater = s_heater,
.process = s_process,
.properties = s_props,
};
sensor_t AHT21 = {
.name = "AHT21",
.private = ISAHT2x,