diff --git a/docs/images/rfr359f.jpg b/docs/images/rfr359f.jpg new file mode 100755 index 00000000..5362581d Binary files /dev/null and b/docs/images/rfr359f.jpg differ diff --git a/src/rfr359f/rfr359f.h b/src/rfr359f/rfr359f.h index 7241f0fc..c722f9a5 100644 --- a/src/rfr359f/rfr359f.h +++ b/src/rfr359f/rfr359f.h @@ -29,13 +29,26 @@ namespace upm { /** + * @brief Grove Distance Interrupter library + * @defgroup rfr359f libupm-rfr359f + * @ingroup seeed gpio light + */ + /** + * @library libupm-rfr359f + * @sensor rfr359f + * @comname Grove Distance Interrupter + * @type light + * @man seeed + * @web http://www.seeedstudio.com/wiki/Grove_-_IR_Distance_Interrupt + * @con gpio + * * @brief C++ API for the RFR359F based Grove Distance Interrupter. * * UPM module for the Grove Distance Interrupter. The sensitivity * can be adjusted with the potentiometer on the sensor module. It * has a range of approximately 4 inches and a fast response time. * - * @ingroup grove gpio + * @image html rfr359f.jpg * @snippet rfr359f.cxx Interesting */ class RFR359F {