< >
Home » Arduino内置教程 » Arduino内置教程-控制结构

Arduino内置教程-控制结构

控制结构

  • 数组:一个在For循环的变量举例了怎样使用一个数组。
  • For循环:通过for循环来控制多个LED灯
  • If声明条件:使用一个‘if 声明’,通过改变输入条件来改变输出条件
  • Switch Case:怎样在非连续的数值里选择。
  • Switch Case 2:第二个switch-case的例子,展示怎样根据在串口收到的字符来采取不同的行为
  • While 声明条件:当一个按键被读取,怎样用一个while循环来校准一个传感器。

Arrays: A variation on the For Loop example that demonstrates how to use an array.
For Loop Iteration: Control multiple LEDs with a for loop and.
If Statement Conditional: Use an ‘if statement’ to change the output conditions based on changing the input conditions.
Switch Case: How to choose between a discrete number of values.
Switch Case 2: A second switch-case example, showing how to take different actions based on the characters received in the serial port.
While Statement Conditional: How to use a while loop to calibrate a sensor while a button is being read.

纠错,疑问,交流: 请进入讨论区点击加入Q群

获取最新文章: 扫一扫右上角的二维码加入“创客智造”公众号


标签: arduino内置教程, arduino控制结构