mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +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>
|
#include <mraa/gpio.h>
|
||||||
|
|
||||||
namespace upm {
|
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
|
* @brief C++ API for the Grove Line Finder sensor
|
||||||
*
|
*
|
||||||
* UPM module for the Grove Line Finder sensor. It outputs a
|
* UPM module for the Grove Line Finder sensor. It outputs a
|
||||||
* digital signal indicating whether it is detecting black on a
|
* digital signal indicating whether it is detecting black on a
|
||||||
* white background, or white on a black background.
|
* white background, or white on a black background.
|
||||||
*
|
*
|
||||||
* @ingroup gpio
|
|
||||||
* @snippet grovelinefinder.cxx Interesting
|
* @snippet grovelinefinder.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class GroveLineFinder {
|
class GroveLineFinder {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user