mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
sm130.h: adding doxygen tags
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
5b6b7c479a
commit
ec067857c5
@ -39,18 +39,28 @@
|
|||||||
#define LOW 0
|
#define LOW 0
|
||||||
|
|
||||||
namespace upm {
|
namespace upm {
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief sm130 rfid module library
|
|
||||||
* @defgroup sm130 libupm-sm130
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief C++ API for SM130 RFID reader module
|
* @brief C++ API for SM130 RFID reader module
|
||||||
*
|
*
|
||||||
* This file defines the SM130 C++ interface for libsm130
|
* This file defines the C++ interface for sm130 RFID library
|
||||||
*
|
*
|
||||||
* @ingroup sm130
|
* @defgroup sm130 libupm-sm130
|
||||||
|
* @ingroup sparkfun gpio rfid
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* @library sm130
|
||||||
|
* @sensor sm130
|
||||||
|
* @comname RFID module
|
||||||
|
* @type rfid
|
||||||
|
* @man sparkfun
|
||||||
|
* @web https://www.sparkfun.com/products/10126
|
||||||
|
* @con gpio
|
||||||
|
*
|
||||||
|
* @brief C++ API for SM130 RFID reader module
|
||||||
|
*
|
||||||
|
* This file defines the C++ interface for sm130 RFID library
|
||||||
|
*
|
||||||
|
* @snippet sm130.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class SM130 {
|
class SM130 {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user