mirror of
https://github.com/eclipse/upm.git
synced 2025-06-11 07:40:23 +03:00

This commit provides a basic driver for the Vishay VEML6070 UV Sensor. Some functionality might be missing. Binding examples have not been tested as of now. Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
9 lines
199 B
CMake
9 lines
199 B
CMake
upm_mixed_module_init (NAME veml6070
|
|
DESCRIPTION "Vishay UV Sensor"
|
|
C_HDR veml6070.h
|
|
C_SRC veml6070.c
|
|
CPP_HDR veml6070.hpp
|
|
CPP_SRC veml6070.cxx
|
|
CPP_WRAPS_C
|
|
REQUIRES mraa)
|