From c0d85319b0dd432b4153283c2e68066abd3172ce Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 24 Mar 2016 14:40:37 +0100 Subject: [PATCH] Fix some typos (found by codespell) Signed-off-by: Stefan Weil --- configuration/pin-configuration.md | 2 +- linux/software/python.md | 4 ++-- usage/scratch/gpio/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration/pin-configuration.md b/configuration/pin-configuration.md index 1eeb50b54..d6dfa6c57 100644 --- a/configuration/pin-configuration.md +++ b/configuration/pin-configuration.md @@ -87,7 +87,7 @@ including the Compute Module, to set up the alternative settings correctly. The 5. `pin_defines` - This section is used to set specific VideoCore functionality to particular pins. This enables the user to move the camera power enable pin to somewhere different, or move the HDMI hotplug postion; in other words, things that Linux has no control over. Please refer to the example DTS file below. + This section is used to set specific VideoCore functionality to particular pins. This enables the user to move the camera power enable pin to somewhere different, or move the HDMI hotplug position; in other words, things that Linux has no control over. Please refer to the example DTS file below. ## Clock configuration diff --git a/linux/software/python.md b/linux/software/python.md index 79a9cb123..e5a69c371 100644 --- a/linux/software/python.md +++ b/linux/software/python.md @@ -47,13 +47,13 @@ sudo apt-get install python-pip `pip-3.2` installs modules for Python 3 and `pip` installs modules for Python 2. -For example, the folowing command installs the Pibrella library for Python 3: +For example, the following command installs the Pibrella library for Python 3: ```bash pip-3.2 install pibrella ``` -and the folowing command installs the Pibrella library for Python 2: +and the following command installs the Pibrella library for Python 2: ```bash pip install pibrella diff --git a/usage/scratch/gpio/README.md b/usage/scratch/gpio/README.md index 0cfac437e..3f1c7f9b4 100644 --- a/usage/scratch/gpio/README.md +++ b/usage/scratch/gpio/README.md @@ -238,7 +238,7 @@ In the Scratch `Examples` directory (found via the `File->Open` dialogue and the + connect an LED to GPIO 24 with a 220ohm resistor to ground + connect a normally open button to GPIO 22 and ground + start the GPIO server - + click on the green Go button to initalise pin config + + click on the green Go button to initialise pin config + ā€˜o’ will loop and if the button is pressed, it should turn on the LED attached to GPIO 24 and dimly light the other LED, otherwise both should be off + ā€˜p’ will gradually brighten the LED attached to GPIO 18, then make it fully bright and take a photo with an attached Pi camera module. + other blocks show how to read the time, find the machine IP number, etc