# HG changeset patch # User Paul Issott # Date 1399744421 -3600 # Node ID 054c80b093ca4d1702abaf8736d769ab830dc1f9 # Parent 1bf7d711c88d3c19541f8edc07f0158e9e841fd0 rpi: tiny edits diff -r 1bf7d711c88d -r 054c80b093ca rpi/raspicomm --- a/rpi/raspicomm Sat May 10 14:31:30 2014 +0200 +++ b/rpi/raspicomm Sat May 10 18:53:41 2014 +0100 @@ -1,10 +1,10 @@ #!/bin/sh # -# rapicomm: A tiny utility to play with RaspiComm board and SliTaz -# It can be used to initialize the board from cmdline or at boot time. +# rapicomm: A tiny utility to play with a RaspiComm board and SliTaz. +# It can be used to initialize the board from a cmdline or at boot time. # RaspiComm can also be used to run a testsuite to check the board. -# Read the official RaspiComm user manual to found the GPIO pins map. -# the utility is compatibel with Busybox Ash and sould be usable on +# Read the official RaspiComm user manual to find the GPIO pins map. +# The utility is compatible with Busybox Ash and should be usable on # any GNU/Linux OS. # # (C) 2014 SliTaz Raspberry Pi - BSD License @@ -49,7 +49,7 @@ case "$1" in init) - # Initialize all componments + # Initialize all components colorize 35 "Initializing RaspiComm board..." load_modules @@ -57,7 +57,7 @@ init_rtc # Joystick gpio pins - echo -n "Activing the joystick..." + echo -n "Activating the joystick..." for pi in 4 22 23 24 25 do echo ${pi} > ${gpio}/export