代码搜索:实时接收

找到约 10,000 项符合「实时接收」的源代码

代码结果 10,000
www.eeworm.com/read/182352/9206835

txt can 总线通信实验.txt

//Main.c //CAN发送与接收程序,波特率设置为125kbps,标准帧,ID=0x024 #include "global.c" void SystemInit(); void Timer1Init(); void KickDog(); void Can_Init(); void Can_Send(); int numled0=200; unsigned i
www.eeworm.com/read/181823/9235943

h twi_master_polling.h

#ifndef _TWI_MASTER_POLLING_H #define _TWI_MASTER_POLLING_H #include #include #include "usart_m8.h" //TWI状态定义 //MT 主方式传输 MR 主方式接收 #define START 0x08 #define RE_START 0
www.eeworm.com/read/181823/9235976

h twi_master_polling.h

#ifndef _TWI_MASTER_POLLING_H #define _TWI_MASTER_POLLING_H #include #include #include "usart_m8.h" //TWI状态定义 //MT 主方式传输 MR 主方式接收 #define START 0x08 #define RE_START 0
www.eeworm.com/read/178325/9407772

ini test.ini

signal void ky_1() { SIN = 0xf0; //串口接收到数据0xf0,注意它是不需要时间的 twatch(4090); //等待4090个机器周期 SIN = 0xf1; twatch(4090); SIN = 0xf0; twatch(4090); SIN = 0xf0;
www.eeworm.com/read/178324/9407838

ini test.ini

signal void ky_1() { SIN = 0xf0; //串口接收到数据0xf0,注意它是不需要时间的 twatch(4090); //等待4090个机器周期 SIN = 0xf1; twatch(4090); SIN = 0x20; twatch(4090); SIN = 0x50;
www.eeworm.com/read/177888/9427506

c viic_c51.c

/******************************************************************************** * 文件: VIIC_C51.C * 功能: 此程序是I2C操作平台(主方式的软件平台)的底层的C子程序,如发送数据 及接收数据,应答位发送,并提供了几个直接面对器件的操作函数,它很方便的
www.eeworm.com/read/372203/9517680

c main.c

/*Main.c*/ /*CAN发送与接收程序,波特率设置为125kbps,标准帧,ID=0x024*/ #include "global.c" void SystemInit(); void Timer1Init(); void KickDog(); void Can_Init(); void Can_Send(); int numled0=200; unsig
www.eeworm.com/read/365103/9879258

c 9-2.c

#include #include void main(void) { char xdata * XROM; char a; int Aa = 0xFB1C; long Ba = 0x893B7832; float Ca = 3.4534; SCON = 0x50; //串口方式1,允许接收 TMOD = 0x20
www.eeworm.com/read/359073/10166884

c slaver_1.c

/* 段传辉 2008 1.21 TWI 从机的查询和中断接收 依靠广播0X00地址 ICCAVR6.31A chuanhuibh@sina.com */ #include"iom8v.h" #include"UART.h" #include"delay.h" #define uchar unsigned char #define STATUS (TWSR&
www.eeworm.com/read/356724/10222035

txt can 总线通信实验.txt

//Main.c //CAN发送与接收程序,波特率设置为125kbps,标准帧,ID=0x024 #include "global.c" void SystemInit(); void Timer1Init(); void KickDog(); void Can_Init(); void Can_Send(); int numled0=200; unsigned i