Skip to content

Commit

Permalink
Merge pull request #205 from adafruit/tweak-vcnl-descriptions
Browse files Browse the repository at this point in the history
Reduce length of descriptions
  • Loading branch information
tyeth authored Jan 11, 2024
2 parents fce0df5 + 9716db2 commit 03282af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion components/i2c/vcnl4020/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"vendor": "Vishay",
"productURL": "https://www.adafruit.com/product/5810",
"documentationURL": "https://learn.adafruit.com/adafruit-vcnl4020-proximity-and-light-sensor",
"description": "The VCNL4020 is a handy two-in-one sensor, with a proximity sensor that works from 0 to 200mm (about 7.5 inches) and light sensor with range of 0.26 to 16,000 lux.",
"description": "Proximity sensor works from 0 to 200mm (about 7.5 inches) & light sensor with range of 0.26 to 16k lux.",
"published": false,
"i2cAddresses": [ "0x13" ],
"subcomponents": [ "light", "proximity" ]
Expand Down
10 changes: 2 additions & 8 deletions components/i2c/vcnl4040/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@
"vendor": "Vishay",
"productURL": "https://www.adafruit.com/product/4161",
"documentationURL": "https://learn.adafruit.com/adafruit-vcnl4040-proximity-sensor",
"description": "The VCNL4040 is a handy two-in-one sensor, with a proximity sensor that works from 0 to 200mm (about 7.5 inches) and light sensor with range of 0.0125 to 6553 lux.",
"description": "Proximity sensor works from 0 to 200mm (about 7.5 inches) & light sensor with range of 0.0125 to 6553.5 lux",
"published": false,
"i2cAddresses": [ "0x60" ],
"subcomponents": [
"light",
{
"displayName": "Proximity",
"sensorType": "proximity"
}
]
"subcomponents": [ "light", "proximity" ]
}

0 comments on commit 03282af

Please sign in to comment.