We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9b793 commit 648f2fbCopy full SHA for 648f2fb
Adafruit_AS7331.cpp
@@ -31,8 +31,11 @@
31
* UVB (λ=300nm): 347 counts/(µW/cm²)
32
* UVC (λ=260nm): 794 counts/(µW/cm²)
33
*/
34
+/** @brief Typical UVA responsivity counts/(µW/cm²) at GAIN=2048x, TIME=64ms */
35
#define AS7331_SENS_UVA 385.0f
36
+/** @brief Typical UVB responsivity counts/(µW/cm²) at GAIN=2048x, TIME=64ms */
37
#define AS7331_SENS_UVB 347.0f
38
+/** @brief Typical UVC responsivity counts/(µW/cm²) at GAIN=2048x, TIME=64ms */
39
#define AS7331_SENS_UVC 794.0f
40
41
/**
0 commit comments