mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 08:27:31 +03:00
14 lines
166 B
OpenEdge ABL
14 lines
166 B
OpenEdge ABL
![]() |
%module pyupm_ds1307
|
||
|
%include "../upm.i"
|
||
|
|
||
|
%feature("autodoc", "3");
|
||
|
|
||
|
#ifdef DOXYGEN
|
||
|
%include "ds1307_doc.i"
|
||
|
#endif
|
||
|
|
||
|
%include "ds1307.h"
|
||
|
%{
|
||
|
#include "ds1307.h"
|
||
|
%}
|