mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 15:37:28 +03:00

This also provides some more functionality. get_raw() has been deprecated in favor of using getNormalized(). Signed-off-by: Jon Trulson <jtrulson@ics.com>
11 lines
246 B
CMake
11 lines
246 B
CMake
upm_mixed_module_init (NAME light
|
|
DESCRIPTION "Analog Light Sensor"
|
|
C_HDR light.h
|
|
C_SRC light.c
|
|
CPP_HDR light.hpp
|
|
CPP_SRC light.cxx
|
|
FTI_SRC light_fti.c
|
|
CPP_WRAPS_C
|
|
REQUIRES mraa m)
|
|
target_link_libraries(light-c m)
|