fone

    1. 感謝,已調試OK。
    2. weizhongc 发表于 2015-8-18 08:54 void write_add(uint address,uchar date) { start(); write_byte(0xa0); respons(); write_byte((add ...
      void write_add(uint address,uchar date) {         start();         write_byte(0xa0);         respons();         write_byte(address/256);         respons();         write_byte(address%256);         respons();         write_byte(date);         respons();         stop(); } uchar read_add(uint address) {         uchar date;         start();         write_byte(0xa0);         respons();         write_byte(address/256);         respons();         write_byte(address%256);         respons();         start();         write_byte(0xa1);         respons();         date=read_byte();         stop();         return date; } 我是這樣寫的,不知道對不對?
    3. 哪位大俠能幫幫忙,謝謝啦!:)

最近访客

< 1/1 >

统计信息

已有2人来访过

  • 芯积分:--
  • 好友:--
  • 主题:1
  • 回复:3

留言

你需要登录后才可以留言 登录 | 注册


现在还没有留言