1 Star 1 Fork 0

ischen.x/NXP LM75

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
LM75.h 575 Bytes
一键复制 编辑 原始数据 按行查看 历史
ischen.x 提交于 2024-07-30 16:42 . 编写readme
/*
* @Author: ischen.x ischen.x@foxmail.com
* @Date: 2024-07-11 13:31:52
* @LastEditors: ischen.x ischen.x@foxmail.com
* @LastEditTime: 2024-07-30 16:35:40
*
* Copyright (c) 2024 by fhchengz, All Rights Reserved.
*/
#ifndef __LM75_H
#define __LM75_H
#include <stdint.h>
struct LM75_REG{
uint16_t Temperature;
uint8_t Configuration;
uint16_t Thyst;
uint16_t Tos;
};
int lm75_get_temp(float *temp);
int lm75_set_read_write_function(int(*read)(uint8_t, uint8_t, uint8_t *, uint8_t), int(*write)(uint8_t, uint8_t, uint8_t *, uint8_t));
#endif /* __LM75_H */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ischen-x/nxp-lm75.git
git@gitee.com:ischen-x/nxp-lm75.git
ischen-x
nxp-lm75
NXP LM75
master

搜索帮助