diff --git a/docs/images/grovecircularled.jpg b/docs/images/grovecircularled.jpg new file mode 100755 index 00000000..51bca594 Binary files /dev/null and b/docs/images/grovecircularled.jpg differ diff --git a/docs/images/hp20x.jpg b/docs/images/hp20x.jpg new file mode 100755 index 00000000..419a48c5 Binary files /dev/null and b/docs/images/hp20x.jpg differ diff --git a/docs/images/rgbringcoder.jpg b/docs/images/rgbringcoder.jpg new file mode 100755 index 00000000..fe081a02 Binary files /dev/null and b/docs/images/rgbringcoder.jpg differ diff --git a/src/grove/grovebutton.h b/src/grove/grovebutton.h index e1b902f2..b0e0d9d2 100644 --- a/src/grove/grovebutton.h +++ b/src/grove/grovebutton.h @@ -36,6 +36,7 @@ * @brief API for Grove Button * * Very basic UPM module for Grove button + * * @image html grovebutton.jpg * @snippet grovebutton.cxx Interesting */ diff --git a/src/grove/groveled.h b/src/grove/groveled.h index a881937d..3b5b0b9b 100644 --- a/src/grove/groveled.h +++ b/src/grove/groveled.h @@ -41,7 +41,7 @@ * negative seat (cathode). The flat side of the bulb corresponds * 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-multi.cxx Interesting */ diff --git a/src/grove/grovetemp.h b/src/grove/grovetemp.h index 28a32b8b..c6fe7b51 100644 --- a/src/grove/grovetemp.h +++ b/src/grove/grovetemp.h @@ -36,7 +36,7 @@ * * Very basic UPM module for Grove temperature sensor on analog * - * @image html grovetemp.h + * @image html grovetemp.jpg * @snippet grovetemp.cxx Interesting */ diff --git a/src/grovecircularled/grovecircularled.h b/src/grovecircularled/grovecircularled.h index a873636e..86663a85 100644 --- a/src/grovecircularled/grovecircularled.h +++ b/src/grovecircularled/grovecircularled.h @@ -57,6 +57,7 @@ namespace upm { * * @brief API for Grove Circular LED module * + * @image html grovecircularled.jpg * @snippet grovecircularled.cxx Interesting */ class GroveCircularLED { diff --git a/src/hp20x/hp20x.h b/src/hp20x/hp20x.h index 214c1c75..2b3775c8 100644 --- a/src/hp20x/hp20x.h +++ b/src/hp20x/hp20x.h @@ -57,6 +57,7 @@ namespace upm { * This module was developed using a Grove Barometer (High Accuracy) * based on an HP206C chip. * + * @image html hp20x.jpg * @snippet hp20x.cxx Interesting */ class HP20X { diff --git a/src/rgbringcoder/rgbringcoder.h b/src/rgbringcoder/rgbringcoder.h index 815ffb26..40811716 100644 --- a/src/rgbringcoder/rgbringcoder.h +++ b/src/rgbringcoder/rgbringcoder.h @@ -55,7 +55,8 @@ namespace upm { * * The device will require 11 pins, 3 of which must be PWM capable * (for the RGB LEDs). - * + * + * @image html rgbringcoder.jpg * @snippet rgbringcoder.cxx Interesting */