m |
m (no need to include "template:") |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Raspberry Pi Feature}} | ||
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. | ||
Line 6: | Line 7: | ||
* [[Turn LED () () (block)|<sb>turn LED (0 v) [on v] :: extension</sb>]] | * [[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:Scratch 3.0 Extensions]] | ||
− | [[Category:Raspberry Pi Simple Electronics Extension]] | + | [[Category:Raspberry Pi Simple Electronics Extension| ]] |
Latest revision as of 20:43, 4 March 2021
![]() |
This feature is only available on the Raspberry Pi version of Scratch 3.0. No other version has it. |
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