mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
grovelinefinder: header updated with new tags
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
687f0188ca
commit
82a0d4b6b0
@ -27,15 +27,26 @@
|
||||
#include <mraa/gpio.h>
|
||||
|
||||
namespace upm {
|
||||
/**
|
||||
* @brief UPM library for the Grove Line Finder
|
||||
* @defgroup grovelinefinder libupm-grovelinefinder
|
||||
* @ingroup seeed gpio color
|
||||
*/
|
||||
|
||||
/**
|
||||
* @library grovelinefinder
|
||||
* @sensor grovelinefinder
|
||||
* @comname Grove Line Finder
|
||||
* @type color
|
||||
* @man seeed
|
||||
* @con gpio
|
||||
*
|
||||
* @brief C++ API for the Grove Line Finder sensor
|
||||
*
|
||||
* UPM module for the Grove Line Finder sensor. It outputs a
|
||||
* digital signal indicating whether it is detecting black on a
|
||||
* white background, or white on a black background.
|
||||
*
|
||||
* @ingroup gpio
|
||||
* @snippet grovelinefinder.cxx Interesting
|
||||
*/
|
||||
class GroveLineFinder {
|
||||
|
Loading…
x
Reference in New Issue
Block a user