Add detection support for LTR390UV Sensor (#6009)

* Add detection support for LTR390UV Sensor

The LTR390 is a UV sensor. This patch adds detection support, for
a future patch that will add the full sensor support.

* Update ScanI2C.h
This commit is contained in:
Tom Fifield
2025-03-07 18:51:38 +08:00
committed by GitHub
parent 2a3e1f904d
commit 284598ed56
4 changed files with 4 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ class ScanI2C
NXP_SE050,
DFROBOT_RAIN,
DPS310,
LTR390UV,
} DeviceType;
// typedef uint8_t DeviceAddress;