mirror of
https://github.com/eclipse/upm.git
synced 2025-03-19 23:17:29 +03:00
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"
|
|
%}
|