Class used to interface with the handheld gamepad.

Fork of Gamepad by Craig Evans

Revision:
8:7eaf26f4b5f2
Parent:
7:019671f7bd83
Child:
9:893189072e89
diff -r 019671f7bd83 -r 7eaf26f4b5f2 Gamepad.cpp
--- a/Gamepad.cpp	Mon Feb 06 20:31:45 2017 +0000
+++ b/Gamepad.cpp	Tue Feb 07 10:53:46 2017 +0000
@@ -1,3 +1,12 @@
+/**
+@file Gamepad.cpp
+
+@brief member function implementations
+
+@author Dr Craig A. Evans
+
+*/
+
 #include "Gamepad.h"
 
 //////////// constructor/destructor ////////////