docs: updated library descriptions and sensor names for consistency

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2015-06-01 15:44:07 -07:00
parent 8965d56c93
commit 14f80e779e
97 changed files with 237 additions and 246 deletions

View File

@ -48,9 +48,9 @@
namespace upm {
/**
* @brief UPM library for the Grove Serial Camera
* @brief Grove Serial Camera library
* @defgroup grovescam libupm-grovescam
* @ingroup seeed serial
* @ingroup seeed serial
*/
/**
@ -131,7 +131,7 @@ namespace upm {
* setup the proper tty i/o modes and the baudrate. The default
* baud rate is 9600 (B9600) for this device.
*
* @param baud the desired baud rate.
* @param baud the desired baud rate.
* @return true if successful
*/
bool setupTty(speed_t baud=B115200);