Gets potentiometer and button reading from a joystick (https://proto-pic.co.uk/thumb-joystick-analogue/)

Dependents:   L2_SpaceInvaders 6-Joystick

Revision:
1:78d3e8b50d19
Parent:
0:56a82b52e0d4
Child:
2:c9f2a9e2f304
diff -r 56a82b52e0d4 -r 78d3e8b50d19 Joystick.cpp
--- a/Joystick.cpp	Thu Apr 28 14:14:22 2016 +0000
+++ b/Joystick.cpp	Mon May 02 16:27:49 2016 +0000
@@ -1,4 +1,9 @@
-//Joystick Class - Implementation
+/**
+@file Joystick.cpp
+
+@brief Member functions implementations
+
+*/
 #include "Joystick.h"
 #include "mbed.h"