(←Created page with "The '''Raspberry Pi Simple Electronics extension''' is an extension released in Scratch 3.0. It allows Scratch to control lights connected to a Raspberry Pi. It is...") |
m (category) |
||
Line 1: | Line 1: | ||
The '''Raspberry Pi Simple Electronics extension''' is an extension released in [[Scratch 3.0]]. It allows Scratch to control lights connected to a [[Raspberry Pi]]. It is only included with the Raspberry Pi release of Scratch and is not included with any other versions. | The '''Raspberry Pi Simple Electronics extension''' is an extension released in [[Scratch 3.0]]. It allows Scratch to control lights connected to a [[Raspberry Pi]]. It is only included with the Raspberry Pi release of Scratch and is not included with any other versions. | ||
+ | |||
== Blocks == | == Blocks == | ||
* [[When Button () is () (block)|<sb>when button (0 v) is [pressed v] :: extension hat</sb>]] | * [[When Button () is () (block)|<sb>when button (0 v) is [pressed v] :: extension hat</sb>]] | ||
Line 5: | Line 6: | ||
* [[Turn LED () () (block)|<sb>turn LED (5 v) [on v] :: extension</sb>]] | * [[Turn LED () () (block)|<sb>turn LED (5 v) [on v] :: extension</sb>]] | ||
* [[Toggle LED () (block)|<sb>toggle LED (0 v) :: extension</sb>]] | * [[Toggle LED () (block)|<sb>toggle LED (0 v) :: extension</sb>]] | ||
+ | |||
+ | [[Category:Scratch 3.0 Extensions]] |
Revision as of 12:17, 4 August 2020
The Raspberry Pi Simple Electronics extension is an extension released in Scratch 3.0. It allows Scratch to control lights connected to a Raspberry Pi. It is only included with the Raspberry Pi release of Scratch and is not included with any other versions.