images: Added few images and modified few header files

Signed-off-by: sisinty sasmita patra <sisinty.s.patra@intel.com>
This commit is contained in:
sisinty sasmita patra 2015-07-08 11:46:30 -07:00
parent f4a5c9a391
commit 2e36b8dc21
9 changed files with 7 additions and 3 deletions

BIN
docs/images/grovecircularled.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
docs/images/hp20x.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 929 KiB

BIN
docs/images/rgbringcoder.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

View File

@ -36,6 +36,7 @@
* @brief API for Grove Button * @brief API for Grove Button
* *
* Very basic UPM module for Grove button * Very basic UPM module for Grove button
*
* @image html grovebutton.jpg * @image html grovebutton.jpg
* @snippet grovebutton.cxx Interesting * @snippet grovebutton.cxx Interesting
*/ */

View File

@ -41,7 +41,7 @@
* negative seat (cathode). The flat side of the bulb corresponds * negative seat (cathode). The flat side of the bulb corresponds
* to the cathode while the rounded side corresponds to the anode. * to the cathode while the rounded side corresponds to the anode.
* *
* @image html groveled.h * @image html groveled.jpg
* @snippet groveled.cxx Interesting * @snippet groveled.cxx Interesting
* @snippet groveled-multi.cxx Interesting * @snippet groveled-multi.cxx Interesting
*/ */

View File

@ -36,7 +36,7 @@
* *
* Very basic UPM module for Grove temperature sensor on analog * Very basic UPM module for Grove temperature sensor on analog
* *
* @image html grovetemp.h * @image html grovetemp.jpg
* @snippet grovetemp.cxx Interesting * @snippet grovetemp.cxx Interesting
*/ */

View File

@ -57,6 +57,7 @@ namespace upm {
* *
* @brief API for Grove Circular LED module * @brief API for Grove Circular LED module
* *
* @image html grovecircularled.jpg
* @snippet grovecircularled.cxx Interesting * @snippet grovecircularled.cxx Interesting
*/ */
class GroveCircularLED { class GroveCircularLED {

View File

@ -57,6 +57,7 @@ namespace upm {
* This module was developed using a Grove Barometer (High Accuracy) * This module was developed using a Grove Barometer (High Accuracy)
* based on an HP206C chip. * based on an HP206C chip.
* *
* @image html hp20x.jpg
* @snippet hp20x.cxx Interesting * @snippet hp20x.cxx Interesting
*/ */
class HP20X { class HP20X {

View File

@ -55,7 +55,8 @@ namespace upm {
* *
* The device will require 11 pins, 3 of which must be PWM capable * The device will require 11 pins, 3 of which must be PWM capable
* (for the RGB LEDs). * (for the RGB LEDs).
* *
* @image html rgbringcoder.jpg
* @snippet rgbringcoder.cxx Interesting * @snippet rgbringcoder.cxx Interesting
*/ */