mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00
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"
|
||
|
%}
|