mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 09:20:39 +03:00
11 lines
126 B
OpenEdge ABL
11 lines
126 B
OpenEdge ABL
%module pyupm_max44000
|
|
|
|
%include "stdint.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "max44000.h"
|
|
%{
|
|
#include "max44000.h"
|
|
%}
|