mixly / Mixly_Arduino

A visual programming editor based on blockly for Arduino、Microbit、MicroPython、Python
http://mixly.org/
Apache License 2.0
244 stars 106 forks source link

Loop block #25

Closed boylesg closed 4 years ago

boylesg commented 4 years ago

To make it consistent with Arduino IDE, you need to add a loop block and have code added to the 'C' loop function only if the blocks are inside the 'loop' block.

Otherwise it is going to get very confusing for kids.

hznupeter commented 4 years ago

good advice. But users are used to it.