pulsensor: Added new sensor (not stable and not documented yet)
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
10
src/pulsensor/pyupm_pulsensor.i
Normal file
10
src/pulsensor/pyupm_pulsensor.i
Normal file
@@ -0,0 +1,10 @@
|
||||
%module pyupm_pulsensor
|
||||
|
||||
%include "stdint.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "pulsensor.h"
|
||||
%{
|
||||
#include "pulsensor.h"
|
||||
%}
|
||||
Reference in New Issue
Block a user