10 lines
115 B
OpenEdge ABL
10 lines
115 B
OpenEdge ABL
//! [Interesting]
|
|
%module jsupm_max31855
|
|
|
|
%{
|
|
#include "max31855.h"
|
|
%}
|
|
|
|
%include "max31855.h"
|
|
//! [Interesting]
|