mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/include/saul: add UV index sensor type
This commit is contained in:
parent
2e304bcd17
commit
9c2fc3ebc6
@ -89,6 +89,7 @@ enum {
|
||||
SAUL_SENSE_COLOR = 0x88, /**< sensor: (light) color */
|
||||
SAUL_SENSE_PRESS = 0x89, /**< sensor: pressure */
|
||||
SAUL_SENSE_ANALOG = 0x8a, /**< sensor: raw analog value */
|
||||
SAUL_SENSE_UV = 0x8b, /**< sensor: UV index */
|
||||
SAUL_CLASS_ANY = 0xff /**< any device - wildcard */
|
||||
/* extend this list as needed... */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user