mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 09:20:39 +03:00
11 lines
135 B
OpenEdge ABL
11 lines
135 B
OpenEdge ABL
//! [Interesting]
|
|
%module jsupm_max31855
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "max31855.h"
|
|
%}
|
|
|
|
%include "max31855.h"
|
|
//! [Interesting]
|