Files
upm/src/max31855/jsupm_max31855.i
2014-06-13 16:45:55 +01:00

10 lines
115 B
OpenEdge ABL

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