mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 03:41:13 +03:00
max44000: Added new sensor module
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
8
src/max44000/pyupm_max44000.i
Normal file
8
src/max44000/pyupm_max44000.i
Normal file
@ -0,0 +1,8 @@
|
||||
%module pyupm_max44000
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "max44000.h"
|
||||
%{
|
||||
#include "max44000.h"
|
||||
%}
|
Reference in New Issue
Block a user