mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 16:37:29 +03:00
9 lines
99 B
OpenEdge ABL
9 lines
99 B
OpenEdge ABL
![]() |
%module pyupm_hcsr04
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
%include "hcsr04.h"
|
||
|
%{
|
||
|
#include "hcsr04.h"
|
||
|
%}
|