代码搜索:磁链检测

找到约 8,471 项符合「磁链检测」的源代码

代码结果 8,471
www.eeworm.com/read/460784/7240667

asm test2.asm

$include(c8051f020.inc) WDDATA bit P1.3 ;//数据总线 exist1820 bit 20H;//表示是否检测到18B20的标志位 tempH data 40h ;从18B20读取的温度高位数 tempL data 41h ;从18B20读取的温度低位数 ORG 0
www.eeworm.com/read/460784/7240676

#1 test2.#1

$include(c8051f020.inc) WDDATA bit P1.3 ;//数据总线 exist1820 bit 20H;//表示是否检测到18B20的标志位 tempH data 40h ;从18B20读取的温度高位数 tempL data 41h ;从18B20读取的温度低位数 ORG 0
www.eeworm.com/read/460784/7240678

#3 test2.#3

$include(c8051f020.inc) WDDATA bit P1.3 ;//数据总线 exist1820 bit 20H;//表示是否检测到18B20的标志位 tempH data 40h ;从18B20读取的温度高位数 tempL data 41h ;从18B20读取的温度低位数 ORG 0
www.eeworm.com/read/457691/7320917

h xwj_serial.h

//---------------- xwj_Serial.c //---------------串口相关 //串口函数集,仅需做简单调用即可完成串口输入输出的处理,出入均设有缓冲区,大小可任意设置 void serial_init (); unsigned char getbyte(void); //从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。
www.eeworm.com/read/453878/7405955

c lcd12232.c

#include #include //#include sbit LCD_RS=P1^0;//定义引脚 sbit LCD_RW=P1^1; sbit LCD_E=P1^2; #define LCD_Data P2 #define Busy 0x80 //用于检测LCD状态字中的Busy标识
www.eeworm.com/read/453878/7405970

c 1602.c

#include #include //#include sbit LCD_RS=P1^0;//定义引脚 sbit LCD_RW=P1^1; sbit LCD_E=P1^2; #define LCD_Data P2 #define Busy 0x80 //用于检测LCD状态字中的Busy标识
www.eeworm.com/read/453878/7406099

c lcd12232.c

#include #include //#include sbit LCD_RS=P1^0;//定义引脚 sbit LCD_RW=P1^1; sbit LCD_E=P1^2; #define LCD_Data P2 #define Busy 0x80 //用于检测LCD状态字中的Busy标识
www.eeworm.com/read/452458/7440837

h xwj_serial.h

//---------------- xwj_Serial.c //---------------串口相关 //串口函数集,仅需做简单调用即可完成串口输入输出的处理,出入均设有缓冲区,大小可任意设置 void serial_init (); unsigned char getbyte(void); //从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。
www.eeworm.com/read/449693/7498075

txt xianshi.txt

#include __CONFIG(0x1832); //芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡 //LCD控制线宏定义 #define rs RA5 #define rw RA4 #define e RA3 char web[ ] = {"WWW.TXMCU.COM"}; char tel[ ] = {" 0451
www.eeworm.com/read/443813/7622938

c taskline_counter.c

/*********************************************************************************/ /* 任务功能说明:本任务只是负责在检测到数线完成的时候发送方向为0和在发送零之后延时1秒钟再关闭 循线任务,同时开启查找地图功能;因为循线任务的方向变量是随外部给定而改变的,所以这个任务改变 方向为0后循线任务虽然还在进行