⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ds18b20.h

📁 ARM7 DS18B20 test source CODE
💻 H
字号:
#ifndef	__DS18B20_H
#define	__DS18B20_H
#include "..\inc\44b0x.h"

void Test_18b20(void);
                        
                        
void DS_Reset(void);         //send reset and initialization command
void Tmp_Change(void);        //DS18B20 begin change
U16 tmp(void);               //get the temperature
void readrom(void);          //read the serial

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -