mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00
10 lines
113 B
OpenEdge ABL
10 lines
113 B
OpenEdge ABL
![]() |
%module pyupm_lm35
|
||
|
%include "../upm.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%include "lm35.h"
|
||
|
%{
|
||
|
#include "lm35.h"
|
||
|
%}
|