upm/src/bmpx8x/jsupm_bmpx8x.i
Jon Trulson c57a0d2c30 bmpx8x: rewrite in C; FTI; C++ wraps C
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>
2017-04-05 11:29:08 -06:00

10 lines
122 B
OpenEdge ABL

%module jsupm_bmpx8x
%include "../upm.i"
%{
#include "bmpx8x.hpp"
%}
%include "bmpx8x_defs.h"
%include "bmpx8x.hpp"