10 lines
122 B
OpenEdge ABL
10 lines
122 B
OpenEdge ABL
|
|
%module pyupm_adxl335
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%feature("autodoc", "3");
|
||
|
|
|
||
|
|
%include "adxl335.h"
|
||
|
|
%{
|
||
|
|
#include "adxl335.h"
|
||
|
|
%}
|