mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 17:30:01 +03:00

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>
10 lines
160 B
OpenEdge ABL
10 lines
160 B
OpenEdge ABL
%module jsupm_jhd1313m1
|
|
%include "../upm.i"
|
|
%include "../carrays_uint8_t.i"
|
|
|
|
%include "jhd1313m1.h"
|
|
%include "jhd1313m1.hxx"
|
|
%{
|
|
#include "jhd1313m1.hxx"
|
|
%}
|