mirror of
https://github.com/eclipse/upm.git
synced 2025-07-29 23:21:01 +03:00
mq9:: added new sensor
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
12
src/gas/pyupm_gas.i
Normal file
12
src/gas/pyupm_gas.i
Normal file
@@ -0,0 +1,12 @@
|
||||
%module pyupm_gas
|
||||
%include "../upm.i"
|
||||
%include "../carrays_uint16_t.i"
|
||||
|
||||
%include "stdint.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "gas.h"
|
||||
%{
|
||||
#include "gas.h"
|
||||
%}
|
Reference in New Issue
Block a user