lsm303: add new sensor, 6-Axis Accelerometer/Compass
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
9
src/lsm303/pyupm_lsm303.i
Normal file
9
src/lsm303/pyupm_lsm303.i
Normal file
@@ -0,0 +1,9 @@
|
||||
%module pyupm_lsm303
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "lsm303.h"
|
||||
%{
|
||||
#include "lsm303.h"
|
||||
%}
|
||||
Reference in New Issue
Block a user