Return to the category and drag the block set digital pin (9) output as (HIGH) inside the loop. Change the pin number from 9 to 13 . Insert a wait (1) secs block from the Control category.
mCore (mBot), Orion (Starter Kit), Me Auriga (mBot Ranger), and MegaPi (Ultimate Robot Kit). mblock 3.4.12
Understanding the UI is critical to harnessing its power. Return to the category and drag the block
[ Visual Blocks Area ] ---> Real-Time Translation ---> [ Arduino C++ Code Window ] Example: Example: "When mBot Starts up" void setup() ... "Set LED Red" void loop() SetLed(255,0,0); Orion (Starter Kit)