Skip to content

Commit 648f2fb

Browse files
author
piclaw
committed
Fix CI errors
1 parent da9b793 commit 648f2fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Adafruit_AS7331.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@
3131
* UVB (λ=300nm): 347 counts/(µW/cm²)
3232
* UVC (λ=260nm): 794 counts/(µW/cm²)
3333
*/
34+
/** @brief Typical UVA responsivity counts/(µW/cm²) at GAIN=2048x, TIME=64ms */
3435
#define AS7331_SENS_UVA 385.0f
36+
/** @brief Typical UVB responsivity counts/(µW/cm²) at GAIN=2048x, TIME=64ms */
3537
#define AS7331_SENS_UVB 347.0f
38+
/** @brief Typical UVC responsivity counts/(µW/cm²) at GAIN=2048x, TIME=64ms */
3639
#define AS7331_SENS_UVC 794.0f
3740

3841
/**

0 commit comments

Comments
 (0)