mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 00:17:30 +03:00

This driver has been rewritten from scratch. See docs/apichanges.md for a list of API compatibility changes compared to the original driver. Signed-off-by: Jon Trulson <jtrulson@ics.com>
10 lines
122 B
OpenEdge ABL
10 lines
122 B
OpenEdge ABL
%module jsupm_bmpx8x
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "bmpx8x.hpp"
|
|
%}
|
|
|
|
%include "bmpx8x_defs.h"
|
|
%include "bmpx8x.hpp"
|