library to interface a joystick (with interrupts). It accepts callbacks (new mbed >5.9) to call when a Joystick::Right is Joystick::Press'ed.

Files at this revision

API Documentation at this revision

Comitter:
Mateusz Grzywacz
Date:
Mon Oct 14 13:15:36 2019 +0200
Parent:
3:580ee20847e7
Commit message:
fixed JSON (for platformio)

Changed in this revision

library.json Show annotated file Show diff for this revision Revisions of this file
diff -r 580ee20847e7 -r 9cc470b7a18a library.json
--- a/library.json	Mon Oct 14 12:40:36 2019 +0200
+++ b/library.json	Mon Oct 14 13:15:36 2019 +0200
@@ -5,7 +5,7 @@
     },
     "description": "library to interface a joystick (with interrupts). It accepts callbacks (new mbed >5.9) to call when a Joystick::Right is Joystick::Press'ed.",
     "frameworks": "mbed",
-    "keywords": {"joystick", "dpad", "button", "GUI", "callback", "interrupt"},
+    "keywords": ["joystick", "dpad", "button", "GUI", "callback", "interrupt"],
     "name": "Joystick",
     "platforms": "*",
     "repository": {