摘要: 51代码页读写IIC--模拟IIC #include <reg52.h> #include <intrins.h> sbit SDA = P0^0; sbit SCL = P0^1; sbit LED = P2^0; unsigned char code table[] = {0x1c,0X3B,0 阅读全文
posted @ 2024-05-16 22:21 了解2号 阅读(3) 评论(0) 推荐(0) 编辑