max31723 :: added new temperature sensor (HAVE ISSUES WITH SPI)

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-08-04 18:01:21 +00:00
parent b31e88c233
commit 45f85e9944
7 changed files with 291 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
%module jsupm_max31723
%include "../upm.i"
%{
#include "max31723.h"
%}
%include "max31723.h"