EasyManua.ls Logo

WhalesBot Eagle - Page 32

Default Icon
44 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
31
reaches the break statement.
Wait
specific
seconds
You can preserve the
execution state of the
program for a specific
duration by specifying a time
delay.
Wait
until
The while(condition) loop in C
programming. If the condition
is met, the subsequent coding
block is executed. If not, the
previous coding block is
executed.
5. Conditional and logical blocks
Block
Snapshot
Description
If ...
then...
The if(condition) statement in C
programming, which allows you
to configure variables, sensors,
or parameters to set the
condition. If the condition is
met, the code following the if