temp.h~

来自「使用avr--cc2420模块程序,需要原理图的联系 QQ:120304948」· H~ 代码 · 共 16 行

H~
16
字号
#ifndef TEMP_H__
#define TEMP_H__

// maximum number of DS1820 devices
// connected to the 1 Wire bus
#define MAX_DS1820 8

extern unsigned char ds1820_devices;
extern int ds1820_temp[MAX_DS1820];


void temp_init(void);
void temp_detect(void);

#endif

⌨️ 快捷键说明

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