mirror of
https://github.com/eclipse/upm.git
synced 2025-03-19 15:07:35 +03:00

Signed-off-by: Henry Bruce <henry.bruce@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
9 lines
97 B
OpenEdge ABL
9 lines
97 B
OpenEdge ABL
%module jsupm_ms5611
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "ms5611.hpp"
|
|
%}
|
|
|
|
%include "ms5611.hpp"
|