1 //! [Interesting]
2 %module javaupm_max31855
3 %include "../upm.i"
4 
5 %{
6     #include "max31855.h"
7 %}
8 
9 %include "max31855.h"
10 //! [Interesting]
11