Files
upm/src/adxrs610/CMakeLists.txt
Jon Trulson 53bc249b75 adxrs610: Initial implementation
This module was developed and tested on a ADXRS610 Gyro Beakout
board.

http://www.dfrobot.com/index.php?route=product/product&product_id=642

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2015-10-27 17:07:51 -07:00

6 lines
149 B
CMake

set (libname "adxrs610")
set (libdescription "upm ADXRS610 gyroscope")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()