Skip to content

Commit 4f587a7

Browse files
tyethclaude
andcommitted
Add AS7331 UV spectral sensor component definition
Companion to adafruit/Adafruit_Wippersnapper_Arduino#892. AS7331 is a triple-channel UV sensor (UVA/UVB/UVC) by ams-OSRAM, exposing UVB as a raw subcomponent. I2C addresses 0x74-0x77. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f6f3fb6 commit 4f587a7

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"displayName": "AS7331",
3+
"vendor": "ams-OSRAM",
4+
"productURL": "https://www.adafruit.com/product/6476",
5+
"documentationURL": "https://github.com/adafruit/Adafruit_AS7331",
6+
"published": false,
7+
"i2cAddresses": ["0x74", "0x75", "0x76", "0x77"],
8+
"subcomponents": [{ "displayName": "UVB", "sensorType": "raw" }]
9+
}

components/i2c/as7331/image.jpg

48.3 KB
Loading

0 commit comments

Comments
 (0)