mq9:: added new sensor

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-08-26 19:33:39 +00:00
parent 0ea310ac71
commit 4eb6c4e19d
9 changed files with 405 additions and 0 deletions

12
src/gas/pyupm_gas.i Normal file
View 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"
%}