examples: added missing snippets and paired them with right examples

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2015-03-13 16:27:26 -07:00
parent dc932b61e7
commit e2b3cbc0f1
14 changed files with 55 additions and 11 deletions

View File

@ -39,6 +39,24 @@
#define TRUE HIGH
#define FALSE LOW
/**
* @brief pulsensor pulse sensor library
* @defgroup pulsensor libupm-pulsensor
*/
/**
* @brief C++ API for 3-wire pulse sensor
*
* This is a library for the 3-wire pulse sensor sold by several manufacturers.
* Usually, you can identify the sensor based on the round breakout and the
* distinctive heart symbol.
*
* @ingroup pulsensor analog
* @snippet pulsensor.cxx Interesting
*/
/*!
* @struct clbk_data
* @brief callback data