代码搜索:串行闪存

找到约 5,515 项符合「串行闪存」的源代码

代码结果 5,515
www.eeworm.com/read/188142/8568587

c 共阴主机串行校验和.c

//computer11.c #include #include #include unsigned char code ledk[17]={0x3f,0x06,0x5b,0x4f,0x66,0x6D,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71,0x00}; unsi
www.eeworm.com/read/188142/8568622

c 串行_查询_从机_共阴.c

//computer22.c #include #include #include unsigned char code ledk[17]={0x3f,0x06,0x5b,0x4f,0x66,0x6D,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71,0x00}; unsi
www.eeworm.com/read/187515/8634536

c 共阴主机串行校验和.c

//computer11.c #include #include #include unsigned char code ledk[17]={0x3f,0x06,0x5b,0x4f,0x66,0x6D,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71,0x00}; unsi
www.eeworm.com/read/187515/8634575

c 串行_查询_从机_共阴.c

//computer22.c #include #include #include unsigned char code ledk[17]={0x3f,0x06,0x5b,0x4f,0x66,0x6D,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71,0x00}; unsi
www.eeworm.com/read/387607/8663158

txt 串行接口spi接口应用设计.txt

串行接口SPI接口应用设计  作者:马潮老师 / 整理:armok / 2005-01-17/ www.OurAVR.com   使用的同步串行三线SPI接口,可以方便的连接采用SPI通信协议的外围或另一片AVR单片机,实现在短距离内的高速同步通信。ATmega128的SPI采用硬件方式实现面向字节的全双工3线同步通信,支持主机、从机和2种不同极性的SPI时序,通信速率有7种选择,主机 ...