mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 19:31:15 +03:00
sm130: Added new sensor (basic function was implemented and not tested)
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
9
src/sm130/pyupm_sm130.i
Normal file
9
src/sm130/pyupm_sm130.i
Normal file
@ -0,0 +1,9 @@
|
||||
%module pyupm_sm130
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "sm130.h"
|
||||
%{
|
||||
#include "sm130.h"
|
||||
%}
|
Reference in New Issue
Block a user