小编Dj-*_*awa的帖子

while...else Arduino 语句

是否有可能在 Arduino 中的 while 循环之后添加 else,就像 Java 或 C# 中那样?像这样的东西:

while(condition){
  doThingA;
} else{
  doThingB;
}
Run Code Online (Sandbox Code Playgroud)

arduino arduino-ide

3
推荐指数
1
解决办法
1万
查看次数

标签 统计

arduino ×1

arduino-ide ×1