mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 17:00:03 +03:00
16 lines
242 B
OpenEdge ABL
16 lines
242 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_pca9685
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
#ifdef DOXYGEN
|
|
%include "pca9685_doc.i"
|
|
#endif
|
|
|
|
%include "pca9685.h"
|
|
%{
|
|
#include "pca9685.h"
|
|
%}
|