upm/src/ds1307/jsupm_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

9 lines
93 B
OpenEdge ABL

%module jsupm_ds1307
%include "../upm.i"
%{
#include "ds1307.h"
%}
%include "ds1307.h"