upm/src/jhd1313m1/pyupm_jhd1313m1.i
Mihai Tudor Panu 70bcdfefa4 lcm1602/jhd1313m1: temporarily rename headers to avoid duplicates
This should be reverted when these 2 classes are removed from the i2clcd library. Will also require updating all the examples to load the new modules instead.

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2017-02-09 15:06:12 -08:00

14 lines
259 B
OpenEdge ABL

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