1 Star 0 Fork 0

DFRobot/DFRobot_BME680

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DFRobot_BME680_I2C.h 530 Bytes
一键复制 编辑 原始数据 按行查看 历史
Arya11111 提交于 2022-02-18 11:32 +08:00 . 修改格式
/**
* @file DFRobot_BME680_I2C.h
*
* @copyright Copyright (c) 2010 DFRobot Co.Ltd (http://www.dfrobot.com)
* @license The MIT License (MIT)
* @author Frank(jiehan.guo@dfrobot.com)
* @version V1.0
* @date 2017-12-04
* @url https://github.com/DFRobot/DFRobot_BME680
*/
#ifndef DFRobot_BME680_I2C_H
#define DFRobot_BME680_I2C_H
#include "DFRobot_BME680.h"
class DFRobot_BME680_I2C : public DFRobot_BME680
{
public:
DFRobot_BME680_I2C(uint8_t I2CAddr);
void setConvertAndUpdate(void);
};
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/dfrobot/DFRobot_BME680.git
git@gitee.com:dfrobot/DFRobot_BME680.git
dfrobot
DFRobot_BME680
DFRobot_BME680
master

搜索帮助