diff --git a/docs/images/apds9002.jpg b/docs/images/apds9002.jpg new file mode 100755 index 00000000..8c4dd7e6 Binary files /dev/null and b/docs/images/apds9002.jpg differ diff --git a/docs/images/at42qt1070.jpg b/docs/images/at42qt1070.jpg new file mode 100755 index 00000000..9b134b12 Binary files /dev/null and b/docs/images/at42qt1070.jpg differ diff --git a/docs/images/grovebutton.jpg b/docs/images/grovebutton.jpg new file mode 100755 index 00000000..ac2aaa00 Binary files /dev/null and b/docs/images/grovebutton.jpg differ diff --git a/docs/images/groveled.jpg b/docs/images/groveled.jpg new file mode 100755 index 00000000..52f2d7ea Binary files /dev/null and b/docs/images/groveled.jpg differ diff --git a/docs/images/grovelight.jpg b/docs/images/grovelight.jpg new file mode 100755 index 00000000..4bad3f71 Binary files /dev/null and b/docs/images/grovelight.jpg differ diff --git a/docs/images/groverelay.jpg b/docs/images/groverelay.jpg new file mode 100755 index 00000000..fb0b0e1a Binary files /dev/null and b/docs/images/groverelay.jpg differ diff --git a/docs/images/grovescam.jpg b/docs/images/grovescam.jpg new file mode 100755 index 00000000..a69e1fd0 Binary files /dev/null and b/docs/images/grovescam.jpg differ diff --git a/docs/images/grovetemp.jpg b/docs/images/grovetemp.jpg new file mode 100755 index 00000000..43fd72cf Binary files /dev/null and b/docs/images/grovetemp.jpg differ diff --git a/docs/images/guvas12d.jpg b/docs/images/guvas12d.jpg new file mode 100755 index 00000000..91f4a3bd Binary files /dev/null and b/docs/images/guvas12d.jpg differ diff --git a/docs/images/m24lr64e.jpg b/docs/images/m24lr64e.jpg new file mode 100755 index 00000000..b8b7fb2e Binary files /dev/null and b/docs/images/m24lr64e.jpg differ diff --git a/src/apds9002/apds9002.h b/src/apds9002/apds9002.h index 7488475b..1fa7f736 100644 --- a/src/apds9002/apds9002.h +++ b/src/apds9002/apds9002.h @@ -47,6 +47,7 @@ namespace upm { * This sensor transforms luminous intensity to output analog values. * It uses the APDS-9002 ambient light sensor. * + * @image html apds9002.jpg * @snippet apds9002.cxx Interesting */ diff --git a/src/at42qt1070/at42qt1070.h b/src/at42qt1070/at42qt1070.h index 03b3c748..1dfa8c80 100644 --- a/src/at42qt1070/at42qt1070.h +++ b/src/at42qt1070/at42qt1070.h @@ -56,6 +56,7 @@ namespace upm { * * It was developed using the Grove Q Touch Sensor board. * + * @image html at42qt1070.jpg * @snippet at42qt1070.cxx Interesting */ class AT42QT1070 { diff --git a/src/grove/grove.h b/src/grove/grove.h index 76189f76..c7b51b5e 100644 --- a/src/grove/grove.h +++ b/src/grove/grove.h @@ -60,6 +60,7 @@ class Grove { * @ingroup grove gpio * @snippet groveled.cxx Interesting * @snippet groveled-multi.cxx Interesting + * @image html groveled.jpg */ class GroveLed: public Grove { public: @@ -111,6 +112,7 @@ class GroveLed: public Grove { * * @ingroup grove gpio * @snippet groverelay.cxx Interesting + * @image html groverelay.jpg */ class GroveRelay: public Grove { public: @@ -161,6 +163,7 @@ class GroveRelay: public Grove { * * @ingroup grove analog * @snippet grovetemp.cxx Interesting + * @image html grovetemp.jpg */ class GroveTemp: public Grove { public: @@ -201,6 +204,7 @@ class GroveTemp: public Grove { * * @ingroup grove analog * @snippet grovelight.cxx Interesting + * @image html grovelight.jpg */ class GroveLight: public Grove { public: @@ -348,6 +352,7 @@ class GroveSlide: public Grove { * * @ingroup grove gpio * @snippet grovebutton.cxx Interesting + * @image html grovebutton.jpg */ class GroveButton: public Grove { public: diff --git a/src/grove/grovebutton.h b/src/grove/grovebutton.h index 52ffc8c3..e1b902f2 100644 --- a/src/grove/grovebutton.h +++ b/src/grove/grovebutton.h @@ -36,6 +36,6 @@ * @brief API for Grove Button * * Very basic UPM module for Grove button - * + * @image html grovebutton.jpg * @snippet grovebutton.cxx Interesting - */ \ No newline at end of file + */ diff --git a/src/grove/groveled.h b/src/grove/groveled.h index f6ec1f5e..a881937d 100644 --- a/src/grove/groveled.h +++ b/src/grove/groveled.h @@ -41,7 +41,8 @@ * 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 * @snippet groveled.cxx Interesting * @snippet groveled-multi.cxx Interesting */ - \ No newline at end of file + diff --git a/src/grove/grovelight.h b/src/grove/grovelight.h index 189728c4..fbd3a806 100644 --- a/src/grove/grovelight.h +++ b/src/grove/grovelight.h @@ -40,6 +40,7 @@ * analog pin will be larger in bright light and smaller in the dark. * An approximate lux value can also be returned. * + * @image html grovelight.jpg * @snippet grovelight.cxx Interesting */ - \ No newline at end of file + diff --git a/src/grove/groverelay.h b/src/grove/groverelay.h index 5fa15185..a4a9c219 100644 --- a/src/grove/groverelay.h +++ b/src/grove/groverelay.h @@ -39,6 +39,7 @@ * control a higher voltage and/or higher current. When closed, * the indicator LED will light up and current is allowed to flow. * + * @image html groverelay.jpg * @snippet groverelay.cxx Interesting */ - \ No newline at end of file + diff --git a/src/grove/grovetemp.h b/src/grove/grovetemp.h index 39aec8ec..28a32b8b 100644 --- a/src/grove/grovetemp.h +++ b/src/grove/grovetemp.h @@ -36,6 +36,7 @@ * * Very basic UPM module for Grove temperature sensor on analog * + * @image html grovetemp.h * @snippet grovetemp.cxx Interesting */ - \ No newline at end of file + diff --git a/src/grovescam/grovescam.h b/src/grovescam/grovescam.h index 8471ce5b..8df35764 100644 --- a/src/grovescam/grovescam.h +++ b/src/grovescam/grovescam.h @@ -70,7 +70,8 @@ namespace upm { * sketch. * * It is connected via a UART at 115200 baud. - * + * + * @image html grovescam.jpg * @snippet grovescam.cxx Interesting */ diff --git a/src/guvas12d/guvas12d.h b/src/guvas12d/guvas12d.h index 41065e25..81c5b48a 100644 --- a/src/guvas12d/guvas12d.h +++ b/src/guvas12d/guvas12d.h @@ -46,6 +46,7 @@ namespace upm { * * UPM module for the GUVAS12D UV Sensor * + * @image html guvas12d.jpg * @snippet guvas12d.cxx Interesting */ class GUVAS12D { diff --git a/src/m24lr64e/m24lr64e.h b/src/m24lr64e/m24lr64e.h index 52bc0996..59a2caff 100644 --- a/src/m24lr64e/m24lr64e.h +++ b/src/m24lr64e/m24lr64e.h @@ -73,6 +73,7 @@ namespace upm { * device via NFC, as well as set the NFC passwords, which cannot be * done via I2C. * + * @image html m24lr64e.jpg * @snippet m24lr64e.cxx Interesting */ class M24LR64E {