mirror of
https://github.com/eclipse/upm.git
synced 2025-12-16 22:05:18 +03:00
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>
This commit is contained in:
committed by
Abhishek Malik
parent
639f99691b
commit
53bc249b75
5
src/adxrs610/CMakeLists.txt
Normal file
5
src/adxrs610/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set (libname "adxrs610")
|
||||
set (libdescription "upm ADXRS610 gyroscope")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
||||
Reference in New Issue
Block a user