docs:blox:examples-logic

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:blox:examples-logic [2024/08/19 20:22]
admin
docs:blox:examples-logic [2024/08/19 20:45] (current)
admin
Line 1: Line 1:
-====== 6.2 BLOX: Logic and Events ======+====== 6.2 BLOX: Events and Logic ======
  
 Using BLOX to build firmware is like piecing together a puzzle where each piece represents a different action or decision your device needs to make. Here’s a simple way to understand it: Using BLOX to build firmware is like piecing together a puzzle where each piece represents a different action or decision your device needs to make. Here’s a simple way to understand it:
Line 15: Line 15:
   * A "repeat" block tells the robot, "Do this task a certain number of times," while a "while" block tells it, "Keep doing this task as long as a certain condition is true."   * A "repeat" block tells the robot, "Do this task a certain number of times," while a "while" block tells it, "Keep doing this task as long as a certain condition is true."
   * Sometimes, you want your robot to make decisions. For example, "If there's an object in front of you, pick it up; if not, keep moving."   * Sometimes, you want your robot to make decisions. For example, "If there's an object in front of you, pick it up; if not, keep moving."
-  * In Blockly, you can use logic blocks like "if" to control what your robot does based on different conditions. This way, you can make your device smart enough to handle different situations automatically. +  * In BLOX, you can use logic blocks like "if" to control what your robot does based on different conditions. This way, you can make your device smart enough to handle different situations automatically. 
-  * If you'd like the device the wait, you can use a Delay block+  * If you'd like the device to wait, you can use a Delay block
   * There are many more examples   * There are many more examples
  
Line 33: Line 33:
  
  
-===== 6.2.4 Control flow of Instructions using an IF block =====+===== 6.2.4 Control flow of Instructions using a Logic block =====
  
 **Let's expand upon our basic example** **Let's expand upon our basic example**
docs/blox/examples-logic.1724098938.txt.gz · Last modified: 2024/08/19 20:22 by admin