Add INA260 autodetection
This commit is contained in:
parent
09a925b181
commit
a1dd63da46
1 changed files with 4 additions and 4 deletions
|
|
@ -425,10 +425,10 @@ static const std::unordered_map<uint16_t, std::vector<const char *>>
|
|||
{0x2A, {"nau7802"}},
|
||||
{0x38, {"aht20", "max17048"}},
|
||||
{0x39, {"tsl2591"}},
|
||||
{0x40, {"htu21d", "ina219", "ms8607", "si7021", "stemma_soil"}},
|
||||
{0x41, {"ina219"}},
|
||||
{0x44, {"sht3x", "sht4x"}},
|
||||
{0x45, {"sht3x"}},
|
||||
{0x40, {"htu21d", "ina219", "ina260", "ms8607", "si7021", "stemma_soil"}},
|
||||
{0x41, {"ina219", "ina260"}},
|
||||
{0x44, {"ina260", "sht3x", "sht4x"}},
|
||||
{0x45, {"ina260", "sht3x"}},
|
||||
{0x48, {"adt7410", "pct2075", "tmp117"}},
|
||||
{0x49, {"adt7410", "pct2075", "tmp117", "tsl2591"}},
|
||||
{0x4A, {"adt7410", "pct2075", "tmp117"}},
|
||||
|
|
|
|||
Loading…
Reference in a new issue