From 075858312fa0baa3dc8f500ed2143c6cf9a74d23 Mon Sep 17 00:00:00 2001 From: Steve Anderson Date: Thu, 26 Nov 2020 16:04:55 +0000 Subject: [PATCH] Correct P11 snafu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit P11 ➡️ P5 As alluded to here https://github.com/Gadgetoid/microbit.pinout.xyz/issues/1#issuecomment-503294549 but seemingly not actually merged in 😃 --- pin/p11.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pin/p11.md b/pin/p11.md index 4370e2a..20a0dd5 100644 --- a/pin/p11.md +++ b/pin/p11.md @@ -1,5 +1,5 @@ # P11: Onboard Button B -P11 (the other being P11) is one of the two pins wired directly to the micro:bits onboard A and B push buttons. +P11 (the other being P5) is one of the two pins wired directly to the micro:bits onboard A and B push buttons. -This pin is pulled up to 3V via a 10K resistor (R22), and connected directly to 0V/GND when the button is pushed. Therefore it will read logic HIGH when not pressed, and logic LOW when pressed. \ No newline at end of file +This pin is pulled up to 3V via a 10K resistor (R22), and connected directly to 0V/GND when the button is pushed. Therefore it will read logic HIGH when not pressed, and logic LOW when pressed.