2015-08-05 19:43:31 +03:00
|
|
|
//! [Interesting]
|
|
|
|
|
%module javaupm_max31855
|
|
|
|
|
%include "../upm.i"
|
|
|
|
|
|
|
|
|
|
%{
|
2016-04-25 14:27:51 -07:00
|
|
|
#include "max31855.hpp"
|
2015-08-05 19:43:31 +03:00
|
|
|
%}
|
|
|
|
|
|
2016-04-25 14:27:51 -07:00
|
|
|
%include "max31855.hpp"
|
2015-08-05 19:43:31 +03:00
|
|
|
//! [Interesting]
|
2015-11-23 17:04:32 +02:00
|
|
|
|
2018-01-17 14:11:35 +02:00
|
|
|
JAVA_JNI_LOADLIBRARY(javaupm_max31855)
|