mcp9808: Initial commit for MCP9808 precision temperature sensor.
Add support for MCP9808 precision temp sensor. Implements all features except for TCrit and TUpper and TLower locking. Functionality includes alert, interrupt, resolution and hysteresis control. Signed-off-by: Marc Graham <marc@m2ag.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
committed by
Mihai Tudor Panu
parent
422592f993
commit
85b5c8a64e
8
src/mcp9808/jsupm_mcp9808.i
Normal file
8
src/mcp9808/jsupm_mcp9808.i
Normal file
@@ -0,0 +1,8 @@
|
||||
%module jsupm_mcp9808
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "mcp9808.h"
|
||||
%}
|
||||
|
||||
%include "mcp9808.h"
|
||||
Reference in New Issue
Block a user