images: Added few more images and updated corresponding header files

Signed-off-by: sisinty sasmita patra <sisinty.s.patra@intel.com>
This commit is contained in:
sisinty sasmita patra
2015-06-10 20:55:42 -07:00
parent d8cf4c82a5
commit 46ab65a344
21 changed files with 21 additions and 7 deletions

View File

@@ -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: