Files
upm/src/max31855/jsupm_max31855.i

10 lines
115 B
OpenEdge ABL
Raw Normal View History

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