Skip to content

Commit 799d422

Browse files
committed
Add VCNL4200 autodetection
1 parent a1dd63d commit 799d422

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/i2c/controller.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ static const std::unordered_map<uint16_t, std::vector<const char *>>
437437
{0x4D, {"pct2075"}},
438438
{0x4E, {"pct2075"}},
439439
{0x4F, {"pct2075"}},
440+
{0x51, {"vcnl4200"}},
440441
{0x52, {"ens160"}},
441442
{0x53, {"ens160", "ltr390"}},
442443
{0x59, {"sgp40"}},

0 commit comments

Comments
 (0)