mirror of
https://github.com/eclipse/upm.git
synced 2025-03-19 15:07:35 +03:00
22 lines
235 B
OpenEdge ABL
22 lines
235 B
OpenEdge ABL
![]() |
%module jsupm_i2clcd
|
||
|
|
||
|
%include "i2clcd.h"
|
||
|
%{
|
||
|
#include "i2clcd.h"
|
||
|
%}
|
||
|
|
||
|
%include "jhd1313m1.h"
|
||
|
%{
|
||
|
#include "jhd1313m1.h"
|
||
|
%}
|
||
|
|
||
|
%include "lcm1602.h"
|
||
|
%{
|
||
|
#include "lcm1602.h"
|
||
|
%}
|
||
|
|
||
|
%include "ssd1327.h"
|
||
|
%{
|
||
|
#include "ssd1327.h"
|
||
|
%}
|