Adafruit MCP960x Library
Adafruit_MCP9601.h
Go to the documentation of this file.
1 /**************************************************************************/
15 /**************************************************************************/
16 #ifndef __ADAFRUIT_MCP9601_H__
17 #define __ADAFRUIT_MCP9601_H__
18 
19 #include <Adafruit_MCP9600.h>
20 
21 #define MCP9601_STATUS_OPENCIRCUIT 0x10
22 #define MCP9601_STATUS_SHORTCIRCUIT 0x20
23 
24 /**************************************************************************/
28 /**************************************************************************/
29 
31 public:
33 };
34 
35 #endif // #define __ADAFRUIT_MCP9601_H__
Adafruit_MCP9601()
Instantiates a new MCP9601 class.
Definition: Adafruit_MCP9601.cpp:24
MCP9600 driver.
Definition: Adafruit_MCP9600.h:80
MCP9601 driver.
Definition: Adafruit_MCP9601.h:30