upm/src/mma7660/CMakeLists.txt
Jon Trulson 12c290de70 mma7660: Initial implementation
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>
2015-02-24 17:58:45 -08:00

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()