2015-02-24 16:41:37 -07:00
|
|
|
%module jsupm_bmpx8x
|
|
|
|
%include "../upm.i"
|
|
|
|
|
|
|
|
%{
|
2016-04-25 14:27:51 -07:00
|
|
|
#include "bmpx8x.hpp"
|
2015-02-24 16:41:37 -07:00
|
|
|
%}
|
|
|
|
|
2017-04-04 17:48:41 -06:00
|
|
|
%include "bmpx8x_defs.h"
|
2016-04-25 14:27:51 -07:00
|
|
|
%include "bmpx8x.hpp"
|