代码搜索:24c64
找到约 83 项符合「24c64」的源代码
代码结果 83
www.eeworm.com/read/140220/13095862
24c64
www.eeworm.com/read/140219/13095936
24c64
www.eeworm.com/read/388498/6307316
24c64
www.eeworm.com/read/379145/9206582
txt 24c64子程序.txt
24C64子程序
*24C64子程序 */
bit I2C_Start(void);
void I2C_Stop(void);
void I2C_Ack(void);
void I2C_Nack(void);
bit I2C_Send_Byte( uchar);
uchar I2C_Receive_Byte(void);
void AT24C64_R(void
www.eeworm.com/read/306787/13737683
txt 24c64读写程序.txt
/*24C64子程序 */
bit I2C_Start(void);
void I2C_Stop(void);
void I2C_Ack(void);
void I2C_Nack(void);
bit I2C_Send_Byte( uchar);
uchar I2C_Receive_Byte(void);
void AT24C64_R(void *mcu_address,uint A
www.eeworm.com/read/402125/11542759
c 24c64存储调试.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define AddWr 0xa0 //器件地址选择及写标志
#define AddRd 0xa1 //器件地址选择及读标志
/***********************
www.eeworm.com/read/232771/14182913
c 24c64带显示.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define AddWr 0xa0 //器件地址选择及写标志
#define AddRd 0xa1 //器件地址选择及读标志
#define lcd_dport P3
www.eeworm.com/read/388498/6307315
lnp 24c64.lnp
"STARTUP.obj",
"24C64.obj",
"main.obj",
"shift.obj"
TO "24C64"
www.eeworm.com/read/424887/10403314
c 24c64工作子程序.c
/*24C64子程序 */
bit I2C_Start(void);
void I2C_Stop(void);
void I2C_Ack(void);
void I2C_Nack(void);
bit I2C_Send_Byte( uchar);
void AT24C64_R(void *mcu_address,uint AT24C64_address,uint cou
www.eeworm.com/read/131432/14146173
c 24c64工作子程序.c
/*24C64子程序 */
bit I2C_Start(void);
void I2C_Stop(void);
void I2C_Ack(void);
void I2C_Nack(void);
bit I2C_Send_Byte( uchar);
void AT24C64_R(void *mcu_address,uint AT24C64_address,uint cou