Modified tag names for button and rotary

Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
This commit is contained in:
Sisinty Sasmita Patra
2016-09-15 11:17:42 -07:00
parent b60ecdd559
commit b2a291ca78
3 changed files with 19 additions and 7 deletions

View File

@ -32,8 +32,14 @@
namespace upm {
/**
* @library button
* @sensor button libupm-button
* @brief Button library
* @defgroup button libupm-button
* @ingroup seeed gpio button touch gsk
*/
/**
* @library button
* @sensor button
* @comname Button
* @altname Grove Touch Sensor
* @type button touch
@ -51,13 +57,13 @@ namespace upm {
class Button{
public:
/**
* Grove button constructor
* button constructor
*
* @param gpio Pin to use
*/
Button(unsigned int pin);
/**
* Grove button destructor
* button destructor
*/
~Button();
/**