Arduino - Byte Aray not updating

后端 未结 0 1684
名媛妹妹
名媛妹妹 2021-01-02 23:59

I have a byte array declared as:

byte b_seconds[8];

and I can clear it with this:

     void clear_seconds() {
      for (int x         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题