10 lines
141 B
OpenEdge ABL
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"
|
|
%}
|