mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 00:17:30 +03:00
12 lines
191 B
OpenEdge ABL
12 lines
191 B
OpenEdge ABL
// Include doxygen-generated documentation
|
|
%include "pyupm_doxy2swig.i"
|
|
%module pyupm_st7735
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "st7735.h"
|
|
%{
|
|
#include "st7735.h"
|
|
%}
|