mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 19:31:15 +03:00
max30100: Initial commit - MAX30100 pulse oximeter
* c/c++ source * java/js/python/c/c++ examples * Doc image (png) * Tested on Intel Edison * TODO: Tuning for SpO2 reading Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
14
src/max30100/pyupm_max30100.i
Normal file
14
src/max30100/pyupm_max30100.i
Normal file
@ -0,0 +1,14 @@
|
||||
// Include doxygen-generated documentation
|
||||
%module(directors="1", threads="1") pyupm_max30100
|
||||
%include "pyupm_doxy2swig.i"
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%{
|
||||
#include "max30100.hpp"
|
||||
%}
|
||||
|
||||
%feature("director") upm::Callback;
|
||||
%include "max30100_regs.h"
|
||||
%include "max30100.hpp"
|
Reference in New Issue
Block a user