11 lines
123 B
OpenEdge ABL
11 lines
123 B
OpenEdge ABL
%module pyupm_mpu9150
|
|
|
|
%include "stdint.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "mpu9150.h"
|
|
%{
|
|
#include "mpu9150.h"
|
|
%}
|