mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
joystick12: updated header with tags
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
d7a389a358
commit
18c21f0bc7
@ -32,16 +32,23 @@ namespace upm {
|
|||||||
/**
|
/**
|
||||||
* @brief Analog Joystick library
|
* @brief Analog Joystick library
|
||||||
* @defgroup joystick libupm-joystick
|
* @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
|
* @brief C++ API for Elecfreaks Joystick v 1.2-1.4 breakout
|
||||||
*
|
*
|
||||||
* This file defines the Joystick API and implemntation for X, Y
|
* This file defines the Joystick API and implemntation for X, Y
|
||||||
* button could be treated as normal GPIO, this enables easier
|
* button could be treated as normal GPIO, this enables easier
|
||||||
* interrupt support
|
* interrupt support
|
||||||
*
|
*
|
||||||
* @ingroup joystick analog
|
|
||||||
* @snippet joystick12-example.cxx Interesting
|
* @snippet joystick12-example.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class Joystick12 {
|
class Joystick12 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user