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
+2-1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ It would be great however if any improvements are fed back into this version.
20
20
-[x] Report optional battery level to host
21
21
-[x] Uses efficient NimBLE bluetooth library
22
22
-[x] Output report function
23
+
-[x] Functions avalable for force pairing/ignore current client and/or delete pairings
23
24
-[x] Compatible with Windows
24
25
-[x] Compatible with Android (Android OS maps default buttons / axes / hats slightly differently than Windows)
25
26
-[x] Compatible with Linux (limited testing)
@@ -40,7 +41,7 @@ Since version 5 of this library, the axes and simulation controls have configura
40
41
The decision was made to set defaults to 0 for minimum and 32767 for maximum (previously -32767 to 32767)
41
42
This was due to the fact that non-Windows operating systems and some online web-based game controller testers didn't play well with negative numbers. Existing sketches should take note, and see the DrivingControllerTest example for how to set back to -32767 if wanted
42
43
43
-
This version endeavors to be compatible with the latest released version of NimBLE-Arduino through the Arduino Library Manager; currently version 2.1.3 at the time of this writing; --> https://github.com/h2zero/NimBLE-Arduino/releases/tag/2.1.3
44
+
This version endeavors to be compatible with the latest released version of NimBLE-Arduino through the Arduino Library Manager; currently version 2.2.1 at the time of this writing; --> https://github.com/h2zero/NimBLE-Arduino/releases/tag/2.2.1
0 commit comments