ds1624.h
来自「利用51系列芯片,通过汇编语言编写,实现无线的接收与解码.」· C头文件 代码 · 共 21 行
H
21 行
/*==============================================================================
*
* Copyright (C) 2003-2004 Nordic Semiconductor
*
* This file is distributed in the hope that it will be useful, but WITHOUT
* WARRANTY OF ANY KIND.
*
* Author(s): Ole Saether
*
* $Revision: 2 $
*
*==============================================================================
*/
#ifndef __DS1624_9E5_H__
#define __DS1624_9E5_H__
void DS1624Init(void);
unsigned int DS1624ReadTemperature(unsigned char addr);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?