9 lines
117 B
OpenEdge ABL
9 lines
117 B
OpenEdge ABL
|
|
%module jsupm_sht1x
|
||
|
|
%include "../upm.i"
|
||
|
|
%include "std_string.i"
|
||
|
|
|
||
|
|
%include "sht1x.hpp"
|
||
|
|
%{
|
||
|
|
#include "sht1x.hpp"
|
||
|
|
%}
|