upm/src/jhd1313m1/pyupm_jhd1313m1.i
Jon Trulson 64b142ecf3 jhd1313m1: Initial C implementation
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-10-07 15:42:16 -06:00

13 lines
233 B
OpenEdge ABL

// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_i2clcd
%include "../upm.i"
%include "../carrays_uint8_t.i"
%feature("autodoc", "3");
%include "jhd1313m1.hpp"
%{
#include "jhd1313m1.hpp"
%}