mirror of
https://github.com/eclipse/upm.git
synced 2025-06-12 16:20:24 +03:00

This was tested on the Grove I2C 3-axis digital accelerometer. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
6 lines
176 B
CMake
6 lines
176 B
CMake
set (libname "mma7660")
|
|
set (libdescription "upm mma7660 I2C 3-axis digital accelermeter (1.5g)")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|