(←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...") |
(added see also section) |
||
(6 intermediate revisions by 3 users not shown) | |||
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>]] | ||
* [[Button () is ()? (block)|<sb><button (0 v) is [pressed v]? :: extension></sb>]] | * [[Button () is ()? (block)|<sb><button (0 v) is [pressed v]? :: extension></sb>]] | ||
− | * [[Turn LED () () (block)|<sb>turn LED ( | + | * [[Turn LED () () (block)|<sb>turn LED (0 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>]] | ||
+ | |||
+ | == See Also == | ||
+ | * [[Raspberry Pi GPIO Extension]] | ||
+ | * [[Raspberry Pi Sense HAT Extension]] | ||
+ | |||
+ | [[Category:Scratch 3.0 Extensions]] | ||
+ | [[Category:Raspberry Pi Simple Electronics Extension| ]] |
Latest revision as of 18:26, 29 September 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.
Blocks
when button (0 v) is [pressed v] :: extension hat
<button (0 v) is [pressed v]? :: extension>
turn LED (0 v) [on v] :: extension
toggle LED (0 v) :: extension