In Arduino, why create an intentional infinite loop?

前端 未结 0 1489
时光取名叫无心
时光取名叫无心 2020-12-12 01:58

In the ASCII table example sketch there is an intentional infinite loop:

  if (thisByte == 126) {    // you could also use if (thisByte == \'~\') {
// This lo         


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