A script is a collection or stack of blocks that all interlock with one another. The blocks and their order are very important, as they determine how sprites interact with each other and the backdrop.
Set () servo angle to () degrees () calibrate block is a stack block available in Humanoid Robot extension for evive and other Arduino boards. This block…
Set bluetooth baudrate to () for Oscilloscope is a stack block available in Dabble extension for evive. The Oscilloscope module allows you to visualize the…
The block sets the cursor at the specified coordinate in the TFT Display of evive. Origin (0,0) is at the top left corner of the screen. Positive X-direction is to right while positive Y-direction is downward. Once the cursor has moved to the specified coordinate, you can write text using that point as the reference.
The block sets the digital state of the specified digital pin to either “High” or “Low”. If the output is High, the pin will be at 5V and if the output is Low the pin will be at 0V.
The block set PWM output on evive PWM pins. The user can select the output from a range of 0 to 255. If the PWM output is 128, then half the time output will be High and for rest, the output will be Low.