mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
servo: fix js & python wrappers by adding base class to interaface
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
parent
875c39ab85
commit
b1da85f437
@ -1,8 +1,12 @@
|
|||||||
%module jsupm_servo
|
%module jsupm_servo
|
||||||
%include "../upm.i"
|
%include "../upm.i"
|
||||||
|
|
||||||
|
%include "servo.h"
|
||||||
%{
|
%{
|
||||||
#include "servo.h"
|
#include "servo.h"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%include "servo.h"
|
%include "es08a.h"
|
||||||
|
%{
|
||||||
|
#include "es08a.h"
|
||||||
|
%}
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
%module pyupm_servo
|
%module pyupm_servo
|
||||||
%include "../upm.i"
|
%include "../upm.i"
|
||||||
|
|
||||||
%feature("autodoc", "3");
|
%include "servo.h"
|
||||||
|
%{
|
||||||
|
#include "servo.h"
|
||||||
|
%}
|
||||||
|
|
||||||
%include "es08a.h"
|
%include "es08a.h"
|
||||||
%{
|
%{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user