mpu9150: added new sensor (acceleromter, gyro and compass)

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-24 18:17:46 +00:00
parent 739d4e23e8
commit 8d25ecacdd
7 changed files with 506 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
%module pyupm_mpu9150
%include "stdint.i"
%feature("autodoc", "3");
%include "mpu9150.h"
%{
#include "mpu9150.h"
%}