9 lines
134 B
OpenEdge ABL
9 lines
134 B
OpenEdge ABL
|
|
%module jsupm_i2clcd
|
||
|
|
%include "../upm.i"
|
||
|
|
%include "../carrays_uint8_t.i"
|
||
|
|
|
||
|
|
%include "jhd1313m1.hpp"
|
||
|
|
%{
|
||
|
|
#include "jhd1313m1.hpp"
|
||
|
|
%}
|