mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
Swig: Added JavaScript and Python swig files for bme280
Signed-off-by: Henry Bruce <henry.bruce@intel.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
parent
17fd502cb5
commit
d642d63d21
8
src/bme280/jsupm_bme280.i
Normal file
8
src/bme280/jsupm_bme280.i
Normal file
@ -0,0 +1,8 @@
|
||||
%module jsupm_bme280
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "bme280.h"
|
||||
%}
|
||||
|
||||
%include "bme280.h"
|
10
src/bme280/pyupm_bme280.i
Normal file
10
src/bme280/pyupm_bme280.i
Normal file
@ -0,0 +1,10 @@
|
||||
%module pyupm_bmp180
|
||||
%include "../upm.i"
|
||||
|
||||
%include "stdint.i"
|
||||
|
||||
%include "bmp180.h"
|
||||
%{
|
||||
#include "bmp180.h"
|
||||
%}
|
||||
|
Loading…
x
Reference in New Issue
Block a user