11 lines
137 B
OpenEdge ABL
11 lines
137 B
OpenEdge ABL
|
|
//! [Interesting]
|
||
|
|
%module javaupm_max31855
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%{
|
||
|
|
#include "max31855.h"
|
||
|
|
%}
|
||
|
|
|
||
|
|
%include "max31855.h"
|
||
|
|
//! [Interesting]
|