mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
max31855: add sensor and documentation on creation of a UPM sensor
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
9
src/max31855/jsupm_max31855.i
Normal file
9
src/max31855/jsupm_max31855.i
Normal file
@ -0,0 +1,9 @@
|
||||
//! [Interesting]
|
||||
%module jsupm_max31855
|
||||
|
||||
%{
|
||||
#include "max31855.h"
|
||||
%}
|
||||
|
||||
%include "max31855.h"
|
||||
//! [Interesting]
|
Reference in New Issue
Block a user