upm/src/htu21d/jsupm_htu21d.i

9 lines
97 B
OpenEdge ABL
Raw Normal View History

%module jsupm_htu21d
%include "../upm.i"
%{
#include "htu21d.hpp"
%}
%include "htu21d.hpp"