upm/src/max31855/jsupm_max31855.i
Brendan Le Foll 2822d63c9c upm.i: add top level interface file which includes std_string.i
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-06-25 14:16:28 +01:00

11 lines
135 B
OpenEdge ABL

//! [Interesting]
%module jsupm_max31855
%include "../upm.i"
%{
#include "max31855.h"
%}
%include "max31855.h"
//! [Interesting]