mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 16:37:29 +03:00
11 lines
114 B
OpenEdge ABL
11 lines
114 B
OpenEdge ABL
![]() |
%module pyupm_bmpx8x
|
||
|
%include "../upm.i"
|
||
|
|
||
|
%include "stdint.i"
|
||
|
|
||
|
%include "bmpx8x.h"
|
||
|
%{
|
||
|
#include "bmpx8x.h"
|
||
|
%}
|
||
|
|