mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 15:37:28 +03:00
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"
|
||
|
%}
|