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

- Base C implementation, with all features and measurement modes (interrupts uses ISR) - C++ wrapper around C implementation Signed-off-by: Assam Boudjelthia <assam.boudjelthia@fi.rohmeurope.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
9 lines
212 B
CMake
Executable File
9 lines
212 B
CMake
Executable File
upm_mixed_module_init (NAME bh1792
|
|
DESCRIPTION "ROHM Color Sensor"
|
|
C_HDR bh1792.h bh1792glc_registers.h
|
|
C_SRC bh1792.c
|
|
CPP_HDR bh1792.hpp
|
|
CPP_SRC bh1792.cxx
|
|
CPP_WRAPS_C
|
|
REQUIRES mraa)
|