1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-06-26 06:29:28 +00:00

Updated Joystick and Buzz (markdown)

David Schmenk 2018-02-23 17:21:30 -08:00
parent 6017d48336
commit 7a2760b818

@ -4,6 +4,11 @@ Read both axes of the joystick and simultaneously buzz the speaker. This runs in
**Usage:** [`include inc/joybuzz.plh`](https://github.com/dschmenk/PLASMA/blob/master/src/inc/joybuzz.plh)
**Values:**
```
const MAX_JOY = 79 // Maximum axis value
```
**Function:**
```
joypos(buzz)#4