Skip to content

Commit 3aa05a7

Browse files
committed
Minor correction
1 parent 30f5719 commit 3aa05a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following example Arduino sketch files are included in this library:
5151
##Joystick Library API
5252
The following API is available if the Joystick library in included in a sketch file.
5353

54-
###Joystick\_.Joystick\_(...)
54+
### Joystick\_(...)
5555
Constructor used to initialize and setup the Joystick. The following optional parameters are available:
5656

5757
- `uint8_t hidReportId` - Default: `0x03` - Indicates what the joystick's HID report ID should be. This value must be unique if you are creating multiple instances of Joystick. Do not use `0x01` or `0x02` as they are used by the built-in Arduino Keyboard and Mouse libraries.

0 commit comments

Comments
 (0)