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,9 @@
%module pyupm_adxrs610
%include "../upm.i"
%feature("autodoc", "3");
%include "adxrs610.h"
%{
#include "adxrs610.h"
%}