Skip to content

Commit

Permalink
Add Vishay VCNL4200
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Dec 19, 2024
1 parent b688e5b commit 9e5153a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/i2c/vcnl4200/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"displayName": "VCNL4200",
"vendor": "Vishay",
"productURL": "https://www.adafruit.com/product/6064",
"documentationURL": "https://learn.adafruit.com/adafruit-vcnl4200-long-distance-ir-proximity-and-light-sensor",
"description": "Proximity sensor works from 0 to 1.5m (about 59 inches) & light sensor with range of 0.003 to 1570 lux",
"published": false,
"i2cAddresses": [ "0x51" ],
"subcomponents": [ "light", "proximity" ]
}

0 comments on commit 9e5153a

Please sign in to comment.