Skip to content

Commit

Permalink
Update loop.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ofchenyuan committed Aug 26, 2019
1 parent dea583c commit 0f4f4c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/webduino/tutorials/basic/loop.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- | 测试日期 | 测试环境 | 硬件版本 | 固件版本 | 软件版本 | 测试人员 |
| ------------- | ----------------- | --------- | ------------------ | -------- | ------------- |
| 2019年8月22日 | Windwos7 &Windwos10 & browser | 1.4 | 7NJfWecLminDsnEtpD | 1.2.5 | 陈渊&徐光发 |

## 循环

在程序领域里,循环 是常常使用的基本功能,循环就是循环执行程序,将需要循环执行的积木放在循环积木内,就能循环指定次数、延迟循环时间,或是执行无限次循环积木。
Expand Down

0 comments on commit 0f4f4c3

Please sign in to comment.