mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
Added alt tags and missing images to grove sensors
Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
This commit is contained in:
@ -30,23 +30,29 @@
|
||||
#include <mraa/aio.hpp>
|
||||
|
||||
namespace upm {
|
||||
/**
|
||||
* @brief Slide Sensor library
|
||||
* @defgroup slide libupm-slide
|
||||
* @ingroup seeed analog ainput
|
||||
*/
|
||||
|
||||
/**
|
||||
* @library slide
|
||||
* @sensor slide
|
||||
* @comname Slide Potentiometer
|
||||
* @type ainput
|
||||
* @man seeed
|
||||
* @con analog
|
||||
*
|
||||
* @brief API for the Slide Potentiometer
|
||||
*
|
||||
* Basic UPM module for the slide potentiometer on analog that
|
||||
* returns either a raw value or a scaled voltage value.
|
||||
*
|
||||
* @image html slide.jpeg
|
||||
* @snippet slide.cxx Interesting
|
||||
*/
|
||||
/**
|
||||
* @library slide
|
||||
* @sensor slide
|
||||
* @comname Slide Potentiometer
|
||||
* @altname Grove Slide
|
||||
* @type ainput
|
||||
* @man seeed
|
||||
* @con analog
|
||||
*
|
||||
* @brief API for the Slide Potentiometer
|
||||
*
|
||||
* Basic UPM module for the slide potentiometer on analog that
|
||||
* returns either a raw value or a scaled voltage value.
|
||||
*
|
||||
* @image html slide.jpg
|
||||
* @snippet slide.cxx Interesting
|
||||
*/
|
||||
class Slide {
|
||||
public:
|
||||
/**
|
||||
|
Reference in New Issue
Block a user