mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
docs: more header files edited
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
55e8076988
commit
04edb9be04
@ -28,7 +28,7 @@
|
||||
|
||||
namespace upm {
|
||||
/**
|
||||
* @brief Grove Water sensor library
|
||||
* @brief Grove Water Sensor library
|
||||
* @defgroup grovewater libupm-grovewater
|
||||
* @ingroup seeed gpio liquid eak
|
||||
*/
|
||||
@ -44,7 +44,7 @@ namespace upm {
|
||||
*
|
||||
* @brief API for the Grove Water Sensor
|
||||
*
|
||||
* UPM module for the Grove Water Sensor
|
||||
* UPM module for the Grove Water sensor
|
||||
*
|
||||
* @image html grovewater.jpg
|
||||
* @snippet grovewater.cxx Interesting
|
||||
@ -54,15 +54,15 @@ namespace upm {
|
||||
/**
|
||||
* Grove digital water sensor constructor
|
||||
*
|
||||
* @param pin digital pin to use
|
||||
* @param pin Digital pin to use
|
||||
*/
|
||||
GroveWater(int pin);
|
||||
/**
|
||||
* GroveWater Destructor
|
||||
* GroveWater destructor
|
||||
*/
|
||||
~GroveWater();
|
||||
/**
|
||||
* Get the water (wet/not wet) value from the sensor
|
||||
* Gets the water (wet/not wet) value from the sensor
|
||||
*
|
||||
* @return True if the sensor is wet, false otherwise
|
||||
*/
|
||||
|
Reference in New Issue
Block a user