24c02存储多个数据.docVIP

  • 12
  • 0
  • 约2.81千字
  • 约 9页
  • 2019-08-31 发布于四川
  • 举报
24c02存储多个数据 #includereg51.h #include intrins.h #define uint unsigned int #define uchar unsigned char sbit sda = P2 ^ 0; //IO口定义 sbit scl = P2 ^ 1; //此为待写入24c02的数据。为了便于验证结果,数组的内容为周期重复的。 char code music[] = { 0x55, 0xaa, 0x0f, 0xf0, 0x55, 0xaa, 0x0f, 0xf0, 0x55, 0xaa, 0x0f, 0

文档评论(0)

1亿VIP精品文档

相关文档