-
Notifications
You must be signed in to change notification settings - Fork 4
Loop
AutomationDirect edited this page Jan 6, 2020
·
3 revisions

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.
- 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.