slitaz-arm rev 183
rpi: tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat May 10 18:53:41 2014 +0100 (2014-05-10) |
parents | 1bf7d711c88d |
children | b4ef1dfc0bf5 |
files | rpi/raspicomm |
line diff
1.1 --- a/rpi/raspicomm Sat May 10 14:31:30 2014 +0200 1.2 +++ b/rpi/raspicomm Sat May 10 18:53:41 2014 +0100 1.3 @@ -1,10 +1,10 @@ 1.4 #!/bin/sh 1.5 # 1.6 -# rapicomm: A tiny utility to play with RaspiComm board and SliTaz 1.7 -# It can be used to initialize the board from cmdline or at boot time. 1.8 +# rapicomm: A tiny utility to play with a RaspiComm board and SliTaz. 1.9 +# It can be used to initialize the board from a cmdline or at boot time. 1.10 # RaspiComm can also be used to run a testsuite to check the board. 1.11 -# Read the official RaspiComm user manual to found the GPIO pins map. 1.12 -# the utility is compatibel with Busybox Ash and sould be usable on 1.13 +# Read the official RaspiComm user manual to find the GPIO pins map. 1.14 +# The utility is compatible with Busybox Ash and should be usable on 1.15 # any GNU/Linux OS. 1.16 # 1.17 # (C) 2014 SliTaz Raspberry Pi - BSD License 1.18 @@ -49,7 +49,7 @@ 1.19 1.20 case "$1" in 1.21 init) 1.22 - # Initialize all componments 1.23 + # Initialize all components 1.24 colorize 35 "Initializing RaspiComm board..." 1.25 load_modules 1.26 1.27 @@ -57,7 +57,7 @@ 1.28 init_rtc 1.29 1.30 # Joystick gpio pins 1.31 - echo -n "Activing the joystick..." 1.32 + echo -n "Activating the joystick..." 1.33 for pi in 4 22 23 24 25 1.34 do 1.35 echo ${pi} > ${gpio}/export