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