mirror of
https://github.com/eclipse/upm.git
synced 2025-03-25 17:59:59 +03:00

Added a C implementation for this sensor. The C++ library was changed to just wrap the C library calls. Signed-off-by: Jon Trulson <jtrulson@ics.com>
10 lines
234 B
CMake
10 lines
234 B
CMake
upm_mixed_module_init (NAME urm37
|
|
DESCRIPTION "upm URM37 Ultrasonic Ranger"
|
|
C_HDR urm37.h
|
|
C_SRC urm37.c
|
|
CPP_HDR urm37.hpp
|
|
CPP_SRC urm37.cxx
|
|
FTI_SRC urm37_fti.c
|
|
CPP_WRAPS_C
|
|
REQUIRES upmc-utilities mraa)
|