arduino / include-robot

GNU General Public License v3.0
7 stars 6 forks source link

Is there a way to receive the response after a command is fired in scratch ? #36

Closed dido18 closed 1 month ago

dido18 commented 4 months ago

We need to investigate if the blocks on scratch can be configured to "wait" the response of a given request.

Case: : move for 100 seconds the robot: the scratch code sends the command and waits the execution of 100 secs and then continues the next block.

dido18 commented 4 months ago

Scratch provided the "wait" logic Having a blocking call to the.ino file blocks also the scratch extension.