Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configuration/pin-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions linux/software/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion usage/scratch/gpio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down