Doc corrections

Tidy up wrapping and replace all references to gpio_components with
gpiozero
This commit is contained in:
Dave Jones
2015-09-21 08:33:03 +01:00
parent 9219b01081
commit 4a8e17deac
2 changed files with 42 additions and 16 deletions

View File

@@ -9,11 +9,16 @@ A simple interface to everyday GPIO components used with Raspberry Pi
Motivation
==========
The "hello world" program in Java is at least 5 lines long, and contains 11 jargon words which students are taught to ignore.
The "hello world" program in Java is at least 5 lines long, and contains 11
jargon words which students are taught to ignore.
The "hello world" program in Python is one simple line. However, the "hello world" of physical computing in Python (flashing an LED) is similar to the Java program: 6 lines of code to flash an LED.
The "hello world" program in Python is one simple line. However, the "hello
world" of physical computing in Python (flashing an LED) is similar to the Java
program: 6 lines of code to flash an LED.
Young children and beginners shouldn't need to sit and copy out several lines of text they're told to ignore. They should be able to read their code and understand what it means.
Young children and beginners shouldn't need to sit and copy out several lines
of text they're told to ignore. They should be able to read their code and
understand what it means.
Install
=======