joystick12: updated header with tags

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu 2015-04-13 12:55:23 -07:00
parent d7a389a358
commit 18c21f0bc7

View File

@ -32,16 +32,23 @@ namespace upm {
/**
* @brief Analog Joystick library
* @defgroup joystick libupm-joystick
* @ingroup generic analog ainput
*/
/**
* @library joystick
* @sensor joystick
* @comname Analog Joystick
* @type ainput
* @man generic
* @con analog
*
* @brief C++ API for Elecfreaks Joystick v 1.2-1.4 breakout
*
* This file defines the Joystick API and implemntation for X, Y
* button could be treated as normal GPIO, this enables easier
* interrupt support
*
* @ingroup joystick analog
* @snippet joystick12-example.cxx Interesting
*/
class Joystick12 {