Skip to content

Commit 3499a32

Browse files
committed
Add LPS33HW + LPS35HW auto address
1 parent 087e5bd commit 3499a32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/i2c/controller.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,9 @@ static const std::unordered_map<uint16_t, std::vector<const char *>>
446446
{0x53, {"ens160", "ltr390"}},
447447
{0x58, {"sgp30"}},
448448
{0x59, {"sgp40"}},
449-
{0x5C, {"bh1750", "lps22hb", "lps25hb", "lps28dfw"}},
450-
{0x5D, {"lps22hb", "lps25hb", "lps28dfw"}},
449+
{0x5C,
450+
{"bh1750", "lps22hb", "lps25hb", "lps28dfw", "lps33hw", "lps35hw"}},
451+
{0x5D, {"lps22hb", "lps25hb", "lps28dfw", "lps33hw", "lps35hw"}},
451452
{0x5F, {"hts2221"}},
452453
{0x60, {"mpl115a2", "vncl4040"}},
453454
{0x61, {"scd30"}},

0 commit comments

Comments
 (0)