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:
Jon Trulson
2015-10-15 11:19:35 -07:00
committed by Abhishek Malik
parent 639f99691b
commit 53bc249b75
10 changed files with 488 additions and 0 deletions

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