Files
upm/src/mlx90614/pyupm_mlx90614.i

10 lines
125 B
OpenEdge ABL

%module pyupm_mlx90614
%include "../upm.i"
%feature("autodoc", "3");
%include "mlx90614.h"
%{
#include "mlx90614.h"
%}