mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
doxygen: removed library to group name conflicts from new generic classes
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -31,13 +31,13 @@
|
||||
|
||||
namespace upm {
|
||||
/**
|
||||
* @brief relay sensor library
|
||||
* @defgroup relay libupm-relay
|
||||
* @brief Relay library
|
||||
* @defgroup relaylib libupm-relay
|
||||
* @ingroup seeed gpio relay gsk eak hak
|
||||
*/
|
||||
|
||||
/**
|
||||
* @library relay
|
||||
* @library relaylib
|
||||
* @sensor relay
|
||||
* @comname Relay
|
||||
* @altname Grove Relay
|
||||
@ -48,10 +48,10 @@ namespace upm {
|
||||
*
|
||||
* @brief API for the Relay
|
||||
*
|
||||
* UPM module for the relay switch. The relay is a
|
||||
* digital normally-open switch that uses low voltage or current to
|
||||
* control a higher voltage and/or higher current. When closed,
|
||||
* the indicator LED lights up and current is allowed to flow.
|
||||
* UPM module for the relay switch. The relay is a digital normally-open
|
||||
* switch that uses low voltage or current to control a higher voltage and/or
|
||||
* higher current. When closed, the indicator LED (if present) lights up and
|
||||
* current is allowed to flow.
|
||||
*
|
||||
* @image html relay.jpg
|
||||
* @snippet relay.cxx Interesting
|
||||
|
Reference in New Issue
Block a user