1 Star 0 Fork 0

RT-Thread-Mirror/Adafruit_MCP9600

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Adafruit_MCP9601.h 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
lady ada 提交于 2021-08-18 12:10 . fix endif
/**************************************************************************/
/**
@file Adafruit_MCP9601.h
Author: K. Townsend (Adafruit Industries)
License: BSD (see license.txt)
This is a library for the Adafruit MCP9601 I2C Thermocouple breakout board
----> http://www.adafruit.com/products/
Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
products from Adafruit!
*/
/**************************************************************************/
#ifndef __ADAFRUIT_MCP9601_H__
#define __ADAFRUIT_MCP9601_H__
#include <Adafruit_MCP9600.h>
#define MCP9601_STATUS_OPENCIRCUIT 0x10 ///< Bit flag for open circuit
#define MCP9601_STATUS_SHORTCIRCUIT 0x20 ///< Bit flag for short circuit
/**************************************************************************/
/*!
@brief MCP9601 driver.
*/
/**************************************************************************/
class Adafruit_MCP9601 : public Adafruit_MCP9600 {
public:
Adafruit_MCP9601();
};
#endif // #define __ADAFRUIT_MCP9601_H__
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/RT-Thread-Mirror/Adafruit_MCP9600.git
git@gitee.com:RT-Thread-Mirror/Adafruit_MCP9600.git
RT-Thread-Mirror
Adafruit_MCP9600
Adafruit_MCP9600
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385