WMCommonsRaspberryPi4.png This article or section documents something only available on the Raspberry Pi version of Scratch 3.0.
Set GPIO () to Output ()
set gpio (0 v) to output [high v] :: extension
Category Raspberry Pi GPIO
Type Stack
Introduced in 3.0

The set gpio () to output () block is a Raspberry Pi GPIO block and a stack block. Its options for the first input are the numbers 0 through 27, with each number representing a GPIO pin. The second options are "high" and "low", representing a state that the pin can be set to. The block sets the specified pin to the specified position.