servo: Added new module servo

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-03 16:23:26 +00:00
committed by Kiveisha Yevgeniy
parent f1cf463126
commit aac51c4850
10 changed files with 316 additions and 0 deletions

8
src/servo/pyupm_es08a.i Normal file
View File

@@ -0,0 +1,8 @@
%module pyupm_es08a
%feature("autodoc", "3");
%include "es08a.h"
%{
#include "es08a.h"
%}