mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
hcsr04: updated header with tags
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
0963b5e140
commit
e714b0eb24
@ -36,18 +36,24 @@
|
||||
#define TRIGGER_PULSE 10
|
||||
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @brief HCSR04 ultrasonic sensor library
|
||||
* @brief HC-SR04 ultrasonic sensor library
|
||||
* @defgroup hcsr04 libupm-hcsr04
|
||||
* @ingroup generic gpio sound
|
||||
*/
|
||||
|
||||
/**
|
||||
* @library hcsr04
|
||||
* @sensor hcsr04
|
||||
* @comname HCSR04 Ultrasonic Sensor
|
||||
* @type sound
|
||||
* @man generic
|
||||
* @con gpio
|
||||
*
|
||||
* @brief C++ API for HCSR04 (ultrasonic ranging module) component
|
||||
*
|
||||
* This file defines the HCSR04 C++ interface for libhcsr04
|
||||
*
|
||||
* @ingroup hcsr04 gpio
|
||||
* @snippet hcsr04.cxx Interesting
|
||||
*/
|
||||
class HCSR04 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user