Skip to content

Commit 898ba0d

Browse files
committed
Remove BCM and BOARD glossary entries
As defined inline in appendix
1 parent 35c4580 commit 898ba0d

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

usage/gpio/README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,13 @@ This is why you will see phrases like "pull up" and "pull down" in Raspberry Pi
4242

4343
If you'd like to have a go at using the GPIO as an input then have a look at our [screaming jelly baby](http://www.raspberrypi.org/learning/screaming-jellybaby/) and [quick reaction game](http://www.raspberrypi.org/learning/quick-reaction-game/) tutorials for Python, or a [reaction game](http://www.raspberrypi.org/learning/reaction-game/) for Scratch.
4444

45-
## The end of the guide. The start of something amazing.
45+
## The end of the guide. The start of something amazing
4646

4747
We hope that this has encouraged you to have a go at physical computing using the Pi's GPIO; it's really not as daunting as it looks. It all starts with a simple LED, but it can take you to incredible places. Do not underestimate the fun, creativity and sense of achievement you can get from a little computer and a bunch of pins. Have fun! And if you do make something cool please let us know. :)
4848

49-
## Glossary
50-
51-
### BCM mode
52-
53-
GPIO pin numbering system where pins are referred to as they are seen by the SoC (System on a Chip, the "brains" of the Raspberry Pi). The system has its basis in engineering, so to most people it appears random. BCM is short for Broadcom, who make the SoC.
54-
55-
### BOARD mode
49+
---
5650

57-
GPIO pin numbering system, where pin 1 is top left with the SD card slot at the top; the pins are counted across and down. The pins in the vertical column on the left are odd-numbered, those in the right column even-numbered, with pin 26 bottom right.
51+
## Glossary
5852

5953
### GPIO
6054

@@ -70,7 +64,7 @@ Computing that involves tangible things connected to a computer, beyond standard
7064

7165
---
7266

73-
### A technical note on pin numbering.
67+
### Appendix 1. A technical note on pin numbering
7468

7569
When programming the GPIO pins there are two different ways to refer to them. You can count across and down from pin 1 at the top left (nearest to the SD card), as in the diagram at the top of the page. You may see this referred to as BOARD mode in Python. Alternatively, you can refer to the pins as the computer sees them (BCM mode). You can see this on the Raspberry Pi LED circuit above; for example, physical pin 3 is labelled "2" and physical pin 11 is labelled "17".
7670

0 commit comments

Comments
 (0)