mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 00:17:30 +03:00
10 lines
117 B
OpenEdge ABL
10 lines
117 B
OpenEdge ABL
%module jsupm_hcsr04
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "hcsr04.hpp"
|
|
%}
|
|
|
|
%include "hcsr04.h"
|
|
%include "hcsr04.hpp"
|