Skip to content

Commit

Permalink
Update logic.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ofchenyuan committed Aug 26, 2019
1 parent 0b4f69d commit dea583c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/webduino/tutorials/basic/logic.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 dea583c

Please sign in to comment.