9 lines
93 B
OpenEdge ABL
9 lines
93 B
OpenEdge ABL
|
|
%module jsupm_htu21d
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%{
|
||
|
|
#include "htu21d.h"
|
||
|
|
%}
|
||
|
|
|
||
|
|
%include "htu21d.h"
|