mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
grovecollision: header updated with new tags
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
5b4edc8631
commit
8d931fbf74
@ -27,17 +27,25 @@
|
||||
|
||||
namespace upm {
|
||||
/**
|
||||
* @brief UPM module for the Grove Collision
|
||||
* @brief UPM library for the Grove Collision Sensor
|
||||
* @defgroup grovecollision libupm-grovecollision
|
||||
* @ingroup seeed gpio acceleration
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief C++ API for the Grove Collision
|
||||
* @library grovecollision
|
||||
* @sensor grovecollision
|
||||
* @comname Grove Collision Sensor
|
||||
* @type acceleration
|
||||
* @man seeed
|
||||
* @con gpio
|
||||
*
|
||||
* @brief C++ API for the Grove Collision Sensor
|
||||
*
|
||||
* The Grove Collision Sensor can detect whether any
|
||||
* collision movement or vibration happens.
|
||||
* It will output a low pulse signal when vibration is detected.
|
||||
*
|
||||
* @ingroup gpio grovecollision
|
||||
* @snippet grovecollision.cxx Interesting
|
||||
*/
|
||||
class GroveCollision {
|
||||
|
Loading…
x
Reference in New Issue
Block a user