slitaz-forge rev 552

arm: tiny edits
author Paul Issott <paul@slitaz.org>
date Wed May 07 18:56:35 2014 +0100 (2014-05-07)
parents 8fb1bfc22c06
children 72a2b6c4a2c5
files arm/codex/pibook.html
line diff
     1.1 --- a/arm/codex/pibook.html	Wed May 07 17:44:30 2014 +0200
     1.2 +++ b/arm/codex/pibook.html	Wed May 07 18:56:35 2014 +0100
     1.3 @@ -429,9 +429,9 @@
     1.4  
     1.5  <p>
     1.6  	To have a full working I2C bus system we must also load the 'i2c-dev'
     1.7 -	kernel module wich is not autoloaded by udev. In this cas we must
     1.8 -	use SliTaz boot time configuration file, lets edit the config file
     1.9 -	on modify the line LOAD_MODULES to look like below:
    1.10 +	kernel module which is not autoloaded by udev. In this case we must
    1.11 +	use a SliTaz boot time configuration file, lets edit the config file
    1.12 +	to modify the line LOAD_MODULES to look like below:
    1.13  </p>
    1.14  
    1.15  <pre>
    1.16 @@ -482,10 +482,10 @@
    1.17  </pre>
    1.18  
    1.19  <p>
    1.20 -	In the package database you will aslo find <b>wiringpi-piglow</b>
    1.21 +	In the package database you will also find <b>wiringpi-piglow</b>
    1.22  	providing the 'piglow' utility. On the Python side, we provide some
    1.23  	examples that you can use to learn and code your own scripts. Have
    1.24 -	a look to the folder:
    1.25 +	a look in the folder:
    1.26  </p>
    1.27  
    1.28  <pre class="box-up">
    1.29 @@ -495,21 +495,21 @@
    1.30  <h2 id="pileds">Using leds with the RPi</h2>
    1.31  
    1.32  <p>
    1.33 -	leds can be used for many purpose such as notification or light show.
    1.34 -	SliTaz Raspberry Pi provide a built-in utility to help setting up and
    1.35 -	using leds. The RPi have on onboard green led (ACT) that you can 
    1.36 -	turned on or off:
    1.37 +	Leds can be used for many purposes such as for a notification or as a light show.
    1.38 +	SliTaz Raspberry Pi provides a built-in utility to help set up and
    1.39 +	use leds. The RPi has an onboard green led (ACT) that you can 
    1.40 +	turn on or off:
    1.41  </p>
    1.42  <pre>
    1.43  # pileds act
    1.44  </pre>
    1.45  
    1.46  <p>
    1.47 -	Pileds also provide example and usable commands for Adafruit 7segment
    1.48 +	Pileds also provides examples and usable commands for Adafruit 7segment
    1.49  	LED Backpack and the 8x8 LED Matrix. Creating visual elements with
    1.50 -	Kids is very fun and let them train mathematics in the ame sime since
    1.51 -	the leds must be mapped (ie: 0, 3) on a gride. Let's display a nice 
    1.52 -	little boat and piled built in help:
    1.53 +	Kids is fun and lets them learn mathematics at the same time, since
    1.54 +	the leds must be mapped (ie: 0, 3) on a grid. Let's display a nice 
    1.55 +	little boat and pileds built in help:
    1.56  </p>
    1.57  
    1.58  <pre>
    1.59 @@ -518,9 +518,9 @@
    1.60  </pre>
    1.61  
    1.62  <p>
    1.63 -	PiLeds use some example code from Adafruit and PiClass Git Hub 
    1.64 -	repositories. We have packaged them for easy install/update and
    1.65 -	to provide some code right under the hand. Adafruit and PiClass
    1.66 +	PiLeds uses some example code from Adafruit and PiClass Git Hub 
    1.67 +	repositories. We have packaged them for easy install/updates and
    1.68 +	to provide some code right under the hood. Adafruit and PiClass
    1.69  	code examples are located in:
    1.70  </p>
    1.71