From bebaa50b0980e7ca302d836832117a466af811d3 Mon Sep 17 00:00:00 2001 From: nate contino Date: Thu, 18 Jul 2024 10:57:15 +0100 Subject: [PATCH 1/2] Tweak power draw Sense HAT explanation --- documentation/asciidoc/accessories/sense-hat/intro.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/accessories/sense-hat/intro.adoc b/documentation/asciidoc/accessories/sense-hat/intro.adoc index 5b8e68aa2a..caf33744ff 100644 --- a/documentation/asciidoc/accessories/sense-hat/intro.adoc +++ b/documentation/asciidoc/accessories/sense-hat/intro.adoc @@ -4,6 +4,6 @@ The https://www.raspberrypi.com/products/sense-hat/[Raspberry Pi Sense HAT] is a image::images/Sense-HAT.jpg[width="70%"] -The Sense HAT was originally developed for use on the International Space Station as part of the educational https://astro-pi.org/[Astro Pi] programme run by the https://raspberrypi.org[Raspberry Pi Foundation] in partnership with the https://www.esa.int/[European Space Agency]. It is well-suited to many projects that require position, motion, orientation, or environmental sensing. Because it is an add-on board, the Sense HAT connects to a Raspberry Pi device, drawing power from that device. +The Sense HAT was originally developed for use on the International Space Station as part of the educational https://astro-pi.org/[Astro Pi] programme run by the https://raspberrypi.org[Raspberry Pi Foundation] in partnership with the https://www.esa.int/[European Space Agency]. It is well-suited to many projects that require position, motion, orientation, or environmental sensing. Because it is an add-on board, the Sense HAT draws all necessary power through its GPIO connection to a Raspberry Pi device. An officially supported xref:sense-hat.adoc#use-the-sense-hat-with-python[Python library] provides access to the on-board sensors, LED matrix, and joystick. The Sense HAT is compatible with any Raspberry Pi device with a 40-pin GPIO header. From 8218161744dd2c578b79017fb6d9105ce0958182 Mon Sep 17 00:00:00 2001 From: nate contino Date: Thu, 18 Jul 2024 11:08:30 +0100 Subject: [PATCH 2/2] Update documentation/asciidoc/accessories/sense-hat/intro.adoc --- documentation/asciidoc/accessories/sense-hat/intro.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/accessories/sense-hat/intro.adoc b/documentation/asciidoc/accessories/sense-hat/intro.adoc index caf33744ff..01f8a2425a 100644 --- a/documentation/asciidoc/accessories/sense-hat/intro.adoc +++ b/documentation/asciidoc/accessories/sense-hat/intro.adoc @@ -4,6 +4,6 @@ The https://www.raspberrypi.com/products/sense-hat/[Raspberry Pi Sense HAT] is a image::images/Sense-HAT.jpg[width="70%"] -The Sense HAT was originally developed for use on the International Space Station as part of the educational https://astro-pi.org/[Astro Pi] programme run by the https://raspberrypi.org[Raspberry Pi Foundation] in partnership with the https://www.esa.int/[European Space Agency]. It is well-suited to many projects that require position, motion, orientation, or environmental sensing. Because it is an add-on board, the Sense HAT draws all necessary power through its GPIO connection to a Raspberry Pi device. +The Sense HAT was originally developed for use on the International Space Station as part of the educational https://astro-pi.org/[Astro Pi] programme run by the https://raspberrypi.org[Raspberry Pi Foundation] in partnership with the https://www.esa.int/[European Space Agency]. It can help with any project that requires position, motion, orientation, or environmental sensing. An officially supported xref:sense-hat.adoc#use-the-sense-hat-with-python[Python library] provides access to the on-board sensors, LED matrix, and joystick. The Sense HAT is compatible with any Raspberry Pi device with a 40-pin GPIO header.