mirror of
https://github.com/eclipse/upm.git
synced 2025-03-18 14:37:29 +03:00
10 lines
123 B
OpenEdge ABL
10 lines
123 B
OpenEdge ABL
![]() |
%module jsupm_rf22
|
||
|
%include "../upm.i"
|
||
|
%include "../carrays_uint8_t.i"
|
||
|
|
||
|
%{
|
||
|
#include "rf22.hpp"
|
||
|
%}
|
||
|
|
||
|
%include "rf22.hpp"
|