mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
nunchuck: Adding doxygen comments
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
c2b42842e4
commit
1ffbcd59ad
@ -31,6 +31,19 @@
|
|||||||
namespace upm {
|
namespace upm {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @brief Wii Nunchuck library
|
||||||
|
* @defgroup nunchuck libupm-nunchuck
|
||||||
|
* @ingroup generic i2c accelerometer
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @library libupm-nunchuck
|
||||||
|
* @sensor nunchuck
|
||||||
|
* @comname Wii Nunchuck
|
||||||
|
* @type accelerometer
|
||||||
|
* @man generic
|
||||||
|
* @web http://wiibrew.org/wiki/Wiimote/Extension_Controllers
|
||||||
|
* @con i2c
|
||||||
|
*
|
||||||
* @brief C++ API for the Wii Nunchuck
|
* @brief C++ API for the Wii Nunchuck
|
||||||
*
|
*
|
||||||
* UPM module for the Wii Nunchuck. This module was tested with the
|
* UPM module for the Wii Nunchuck. This module was tested with the
|
||||||
@ -46,8 +59,6 @@ namespace upm {
|
|||||||
* should be on the same side as the grove interface socket on the
|
* should be on the same side as the grove interface socket on the
|
||||||
* adapter.
|
* adapter.
|
||||||
*
|
*
|
||||||
* @ingroup nunchuck
|
|
||||||
* @defgroup nunchuck libupm-nunchuck
|
|
||||||
* @snippet nunchuck.cxx Interesting
|
* @snippet nunchuck.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class NUNCHUCK {
|
class NUNCHUCK {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user