mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00
9 lines
102 B
OpenEdge ABL
9 lines
102 B
OpenEdge ABL
%module pyupm_ssd1308
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "ssd1308.h"
|
|
%{
|
|
#include "ssd1308.h"
|
|
%}
|