pulsensor: Added new sensor (not stable and not documented yet)

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-18 09:37:50 +00:00
parent 2c0e83e406
commit d00500ba12
7 changed files with 309 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
%module pyupm_pulsensor
%include "stdint.i"
%feature("autodoc", "3");
%include "pulsensor.h"
%{
#include "pulsensor.h"
%}