upm/src/bh1792/CMakeLists.txt
Assam Boudjelthia e0105cb601 BH1792: C/C++ driver for ROHM heart rate sensor
- 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>
2018-08-09 12:03:19 -07:00

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)