max31855: add sensor and documentation on creation of a UPM sensor
[contrib/upm.git] / src / max31855 / jsupm_max31855.i
1 //! [Interesting]
2 %module jsupm_max31855
3
4 %{
5     #include "max31855.h"
6 %}
7
8 %include "max31855.h"
9 //! [Interesting]