mirror of
https://github.com/eclipse/upm.git
synced 2025-03-19 15:07:35 +03:00
23 lines
255 B
OpenEdge ABL
23 lines
255 B
OpenEdge ABL
%module jsupm_i2clcd
|
|
%include "../upm.i"
|
|
|
|
%include "i2clcd.h"
|
|
%{
|
|
#include "i2clcd.h"
|
|
%}
|
|
|
|
%include "jhd1313m1.h"
|
|
%{
|
|
#include "jhd1313m1.h"
|
|
%}
|
|
|
|
%include "lcm1602.h"
|
|
%{
|
|
#include "lcm1602.h"
|
|
%}
|
|
|
|
%include "ssd1327.h"
|
|
%{
|
|
#include "ssd1327.h"
|
|
%}
|