12 lines
149 B
OpenEdge ABL
12 lines
149 B
OpenEdge ABL
%module pyupm_pulsensor
|
|
%include "../upm.i"
|
|
|
|
%include "stdint.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "pulsensor.h"
|
|
%{
|
|
#include "pulsensor.h"
|
|
%}
|