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

Revision:
1:a3d1429c5def
Child:
4:9cc470b7a18a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/library.json	Wed Oct 09 14:22:02 2019 +0200
@@ -0,0 +1,15 @@
+{
+    "authors": {
+        "name": "Mateusz Grzywacz",
+        "url": "https://os.mbed.com/users/amateusz/"
+    },
+    "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"},
+    "name": "Joystick",
+    "platforms": "*",
+    "repository": {
+        "type": "hg",
+        "url": "https://os.mbed.com/users/amateusz/code/Joystick/"
+    }
+}