mlx90614: added new sensor (ir temperature), there is an issue with repeated start bit in i2c thus the sensor return incorrect data

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-08-20 11:09:31 +00:00
parent d878a5cf1a
commit 59a66b41bb
9 changed files with 329 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
%module pyupm_mlx90614
%include "../upm.i"
%feature("autodoc", "3");
%include "mlx90614.h"
%{
#include "mlx90614.h"
%}