You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The following example Arduino sketch files are included in this library:
51
51
##Joystick Library API
52
52
The following API is available if the Joystick library in included in a sketch file.
53
53
54
-
###Joystick\_.Joystick\_(...)
54
+
###Joystick\_(...)
55
55
Constructor used to initialize and setup the Joystick. The following optional parameters are available:
56
56
57
57
-`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