Skip to content
AutomationDirect edited this page Jan 6, 2020 · 3 revisions

Loop


Description

Represents an Arduino sketch with a loop function. Blocks placed under the 'loop' hook will run continuously during the 'loop' phase of the Arduino program.


Notes

  • There may only be one Program, Loop or P1 Program block in the ProductivityBlocks canvas. If there is more than one of these blocks in a ProductivityBlocks program, the 'verify' and 'upload' will fail until the extra blocks are removed.

Clone this wiki locally