mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 08:27:31 +03:00
14 lines
173 B
OpenEdge ABL
14 lines
173 B
OpenEdge ABL
![]() |
%module jsupm_bmp280
|
||
|
%include "../upm.i"
|
||
|
%include "cpointer.i"
|
||
|
|
||
|
%include "bmp280.hpp"
|
||
|
%{
|
||
|
#include "bmp280.hpp"
|
||
|
%}
|
||
|
|
||
|
%include "bme280.hpp"
|
||
|
%{
|
||
|
#include "bme280.hpp"
|
||
|
%}
|