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,9 @@
%module pyupm_max31723
%include "../upm.i"
%feature("autodoc", "3");
%include "max31723.h"
%{
#include "max31723.h"
%}