mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
Added alt tags and missing images to grove sensors
Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
This commit is contained in:
@ -32,11 +32,7 @@
|
||||
#define LOW 0
|
||||
|
||||
namespace upm {
|
||||
/**
|
||||
* @brief Speaker library
|
||||
* @defgroup speaker libupm-speaker
|
||||
* @ingroup seeed gpio sound hak
|
||||
*/
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int delayTimeLow;
|
||||
@ -46,10 +42,18 @@ typedef struct
|
||||
int delayTimeHigh;
|
||||
int delayTimeHighSharp;
|
||||
} NoteData;
|
||||
|
||||
/**
|
||||
* @brief Speaker library
|
||||
* @defgroup speaker libupm-speaker
|
||||
* @ingroup seeed gpio sound hak
|
||||
*/
|
||||
|
||||
/**
|
||||
* @library speaker
|
||||
* @sensor speaker libupm-speaker
|
||||
* @comname Speaker
|
||||
* @altname Grove Speaker
|
||||
* @type sound
|
||||
* @man seeed
|
||||
* @con gpio
|
||||
@ -60,8 +64,8 @@ typedef struct
|
||||
* UPM module for the Speaker.
|
||||
* This sensor can generate different tones and sounds depending on the
|
||||
* frequency of the input signal.
|
||||
*
|
||||
* @image html speaker.jpg
|
||||
*
|
||||
* @image html speaker.jpg
|
||||
* @snippet speaker.cxx Interesting
|
||||
*/
|
||||
class Speaker {
|
||||
|
Reference in New Issue
Block a user