Files
upm/src/max31855/javaupm_max31855.i

11 lines
137 B
OpenEdge ABL
Raw Normal View History

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