upm/src/ds1307/pyupm_ds1307.i
Jon Trulson 02156d11c8 ds1307: initial implementation of the ds1307 RTC
Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
2015-01-13 13:01:29 -08:00

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"
%}