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

This driver was tested with the DFRobot URM37 Ultrasonic Ranger, V4. Both UART and analog access modes are supported. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
6 lines
159 B
CMake
6 lines
159 B
CMake
set (libname "urm37")
|
|
set (libdescription "upm DFRobot URM37 Ultrasonic ranger")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|