搜索资源列表
At24256
- 8051 c code for AT24c256
RW24
- 读写24系列的EEPROM,包括AT2401-AT24256的全部型号EEPROM,并附有说明文件。-24 series of read and write EEPROM, including all the AT2401-AT24256 Model EEPROM, with documentation.
24c256_Diver
- #include <reg52.h> #include <intrins.h> #define ERROR 10 //允许出错次数 sbit SDA=P3^3 sbit SCL=P3^4 sbit LED=P1^7 enum eepromtype {AT2401,AT2402,AT2404,AT2408,AT2416,AT2432,AT2464,AT24128,AT24256}
At24256
- 8051 c code for AT24c256