blockly icon indicating copy to clipboard operation
blockly copied to clipboard

Anti errors blocks

Open cparrapa opened this issue 3 years ago • 0 comments

Improvement suggested by @radzikowski

"you can very easily make a not compile program in Arduino because someone can forget to add some other connected/config blocks." image

for example in your blockly you can crash some things, look at your blockly I grab some random blocks and look at your program: image You don't have defined AL, AR, lcd, also variable soft_delay does not exist, so it will not work on arduino as a correct program. It will crash. image The same happened with otto ninja from a basic user perspective, you don't have inited myseroLeftLeg etc. - so it not working :)

cparrapa avatar Jan 30 '22 10:01 cparrapa