slitaz-forge rev 556

arm: tiny edits
author Paul Issott <paul@slitaz.org>
date Sat May 10 19:14:49 2014 +0100 (2014-05-10)
parents 67d0f859d29e
children 8865300bbec5
files arm/codex/pibook.html
line diff
     1.1 --- a/arm/codex/pibook.html	Sat May 10 16:05:14 2014 +0200
     1.2 +++ b/arm/codex/pibook.html	Sat May 10 19:14:49 2014 +0100
     1.3 @@ -573,16 +573,16 @@
     1.4  <h2 id="raspicomm">RaspiComm</h2>
     1.5  
     1.6  <p>
     1.7 -	RaspiComm is a pluggable board which use advanced features like a 5-way
     1.8 -	joystick, two serial ports (RS-232 and RS-485), l2c output, and a 
     1.9 -	realtime clock. The board let you directy control a display, a stepper
    1.10 -	motor controller, relays, and more.
    1.11 +	RaspiComm is a pluggable board which uses advanced features like a 5-way
    1.12 +	joystick, two serial ports (RS-232 and RS-485), l2c output and a 
    1.13 +	realtime clock. The board lets you directly control a display, a stepper
    1.14 +	motor controller, relays and more.
    1.15  </p>
    1.16  
    1.17  <p>
    1.18  	SliTaz Raspberry Pi provides a built-in tool to let you use and test
    1.19  	the RaspiComm board out-of-the-box. Shutdown down your Pi if needed,
    1.20 -	plugin the board on the GPIO pins and boot the system then run the
    1.21 +	plug in the board on to the GPIO pins and boot the system, then run the
    1.22  	testsuite:
    1.23  </p>
    1.24  
    1.25 @@ -593,10 +593,10 @@
    1.26  
    1.27  <p>
    1.28  	The testsuite will prompt you to move the Joystick left and top 
    1.29 -	after the LEDs tests. To initialize the board on each boot, setup 
    1.30 -	the system clock and automaticaly load the i2c kernel modules, you 
    1.31 +	after the LED tests. To initialize the board on each boot, setup 
    1.32 +	the system clock and automatically load the i2c kernel modules, you 
    1.33  	need to edit the <b>local.sh</b> boot script and add a line to start 
    1.34 -	'raspicomm init'. This can be done in one command or using a text
    1.35 +	'raspicomm init'. This can be done in one command or by using a text
    1.36  	editor:
    1.37  </p>
    1.38  
    1.39 @@ -605,11 +605,11 @@
    1.40  </pre>
    1.41  
    1.42  <p>
    1.43 -	The Real Time Clock use i2c bus. When the clock is initialized you
    1.44 +	The Real Time Clock uses the i2c bus. When the clock is initialized you
    1.45  	can find information in: /sys/class/i2c-adapter/i2c-1/1-0068. On the
    1.46  	first setup you need to sync the system clock from the web and then
    1.47  	set the RTC from the system clock. On next reboot the system clock
    1.48 -	will be synced with the Real Time Clock:
    1.49 +	will be sync'd with the Real Time Clock:
    1.50  </p>
    1.51  
    1.52  <pre>
    1.53 @@ -618,9 +618,9 @@
    1.54  </pre>
    1.55  
    1.56  <p>
    1.57 -	Here is a small SHell example to turn on/off LED1. The led use the
    1.58 +	Here is a small SHell example to turn on/off LED1. The led uses the
    1.59  	gpio pin number 18. The raspicomm utility already exported the
    1.60 -	LEDs pins so we just have to set the value. 1 to turn it on and 0
    1.61 +	LED pins so we just have to set the value: 1 to turn it on and 0
    1.62  	to switch it off:
    1.63  </p>
    1.64