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
9
src/adxrs610/pyupm_adxrs610.i
Normal file
9
src/adxrs610/pyupm_adxrs610.i
Normal file
@@ -0,0 +1,9 @@
|
||||
%module pyupm_adxrs610
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "adxrs610.h"
|
||||
%{
|
||||
#include "adxrs610.h"
|
||||
%}
|
||||
Reference in New Issue
Block a user