upm/src/sht1x/jsupm_sht1x.i
Jon Trulson f9b5d7c52c sht1x: move defines/register defs into separate header for SWIG
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2017-03-17 11:41:33 -06:00

10 lines
141 B
OpenEdge ABL

%module jsupm_sht1x
%include "../upm.i"
%include "std_string.i"
%include "sht1x_defs.h"
%include "sht1x.hpp"
%{
#include "sht1x.hpp"
%}