Clean up readme a bit more.
This commit is contained in:
parent
7e24e6afa1
commit
1834a50496
|
@ -8,9 +8,11 @@ This is a library that builds and sends USB HID Joystick reports, making it easy
|
|||
## Installation
|
||||
1. Put the arduino-joystick directory into your Arduino libraries directory.
|
||||
2. Make sure Bounce2 is installed!
|
||||
3. In your arduino sketch, add the includes:
|
||||
|
||||
## Usage
|
||||
1. In your arduino sketch, add the includes:
|
||||
#include <Bounce2.h>
|
||||
#include <Joystick.h>
|
||||
4. Create a Joystick object:
|
||||
2. Create a Joystick object:
|
||||
Joystick joystick;
|
||||
5. Add buttons and axes in setup() with Joystick::AddButton(), and call Joystick::Update() in loop(). That's it!
|
||||
3. Add buttons and axes in setup() with Joystick::AddButton(), and call Joystick::Update() in loop(). That's it!
|
||||
|
|
Loading…
Reference in New Issue
Block a user