mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
Modified tag names for button and rotary
Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
This commit is contained in:
@ -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();
|
||||
/**
|
||||
|
Reference in New Issue
Block a user