mirror of
https://github.com/AG7GN/nexus-utilities.git
synced 2025-06-01 06:10:13 -07:00
Corrected section on piano switch usage
This commit is contained in:
parent
c358bdbd00
commit
00326ab6f4
@ -1,6 +1,6 @@
|
|||||||
# Hampi Utilities
|
# Hampi Utilities
|
||||||
|
|
||||||
VERSION 20191117
|
VERSION 20191122
|
||||||
|
|
||||||
This is a collection of utilities for the Hampi image. These scripts will only work on the Hampi image.
|
This is a collection of utilities for the Hampi image. These scripts will only work on the Hampi image.
|
||||||
Some scripts are specific to the [Nexus DR-X](http://wb7fhc.com/nexus-dr-x.html) board.
|
Some scripts are specific to the [Nexus DR-X](http://wb7fhc.com/nexus-dr-x.html) board.
|
||||||
@ -69,7 +69,11 @@ The script that `check-piano.sh` calls must be in the user's home directory, be
|
|||||||
|
|
||||||
1, 12, 13, 14, 123, 124, 134, 1234, 2, 23, 234, 24, 3, 34, 4
|
1, 12, 13, 14, 123, 124, 134, 1234, 2, 23, 234, 24, 3, 34, 4
|
||||||
|
|
||||||
Example: When the piano switch levers 2 and 4 are down, the script named `$HOME/piano24.sh` will run whenever the Raspberry Pi starts.
|
NOTE: If no switch levers are in the down position, `piano.sh` will run, so there are 16 possible lever positions and corresponding scripts.
|
||||||
|
|
||||||
|
Example 1: When the piano switch levers 2 and 4 are down, the script named `$HOME/piano24.sh`, if present and executable, will run whenever the Raspberry Pi starts.
|
||||||
|
|
||||||
|
Example 2: When no levers on the piano switch are down, the script named `$HOME/piano.sh`, if present and executable, will run whenever the Raspberry Pi starts.
|
||||||
|
|
||||||
See [pianoX.sh.example](#piano-script-example) for an example piano script.
|
See [pianoX.sh.example](#piano-script-example) for an example piano script.
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
VERSION="1.7.1"
|
VERSION="1.7.2"
|
Loading…
x
Reference in New Issue
Block a user