Skip to content

Commit

Permalink
server/README: Clarify stick examples more.
Browse files Browse the repository at this point in the history
  • Loading branch information
juharris authored May 20, 2020
1 parent 6916d6a commit bd33f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ Example: push the left stick down with `'l_stick d'` and stop with `'l_stick u'`
For moving the sticks: `s <stick> <direction> <amount>`
* stick: `l` or `r`
* direction: horizontal: `h` or vertical: `v`
* amount: `max`, `min`, `center` (planned support for a decimal number between `-1` and `1`, down to up or left to right)
* amount: `max`, `min`, `center` (planned support for a decimal number between `-1.0` and `1.0`, down to up or left to right)

Examples:
* Push the left stick up all the way: `s l v max`, then let go of it and set it back to it's center position with: `s l v center`.
* (not supported yet) Push the right stick halfway to the right: `s r h 0.5`.

Angling the sticks (not supported yet): `s <stick> hv <h amount> <v amount>`
Example: Push the right stick up and to the right: `s r hv 0.5 0.5`.
Example: Push the right stick halfway up and halfway to the right: `s r hv 0.5 0.5`.

# Testing
(there are no tests yet)
Expand Down

0 comments on commit bd33f10

Please sign in to comment.