mpu9150: added new sensor (acceleromter, gyro and compass)
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
10
src/mpu9150/pyupm_mpu9150.i
Normal file
10
src/mpu9150/pyupm_mpu9150.i
Normal file
@@ -0,0 +1,10 @@
|
||||
%module pyupm_mpu9150
|
||||
|
||||
%include "stdint.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "mpu9150.h"
|
||||
%{
|
||||
#include "mpu9150.h"
|
||||
%}
|
||||
Reference in New Issue
Block a user