mirror of
https://github.com/eclipse/upm.git
synced 2025-03-25 17:59:59 +03:00

Signed-off-by: Henry Bruce <henry.bruce@intel.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
9 lines
93 B
OpenEdge ABL
9 lines
93 B
OpenEdge ABL
%module jsupm_bme280
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "bme280.h"
|
|
%}
|
|
|
|
%include "bme280.h"
|