upm/src/ds18b20/pyupm_ds18b20.i

16 lines
297 B
OpenEdge ABL
Raw Normal View History

%module pyupm_ds18b20
%include "../upm.i"
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%include "carrays.i"
%include "std_string.i"
%include "ds18b20_defs.h"
%include "ds18b20.hpp"
%{
#include "ds18b20.hpp"
%}
%include "ds18b20.hpp"
%array_class(char, charArray);