mirror of
https://github.com/eclipse/upm.git
synced 2025-03-19 06:57:30 +03:00
24 lines
262 B
OpenEdge ABL
24 lines
262 B
OpenEdge ABL
%module pyupm_i2clcd
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "i2clcd.h"
|
|
%{
|
|
#include "i2clcd.h"
|
|
%}
|
|
|
|
%include "jhd1313m1.h"
|
|
%{
|
|
#include "jhd1313m1.h"
|
|
%}
|
|
|
|
%include "lcm1602.h"
|
|
%{
|
|
#include "lcm1602.h"
|
|
%}
|
|
|
|
%include "ssd1327.h"
|
|
%{
|
|
#include "ssd1327.h"
|
|
%}
|