docs: minor updates to C driver sensor descriptions

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu 2016-10-06 15:59:23 -07:00
parent c6610bdf46
commit bb1155700d
4 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@
/** /**
* @file collision.h * @file collision.h
* @library collision * @library collision
* @brief C API for the MVS0608 - Digital Collision Sensor * @brief C API for the MVS0608 Digital Collision Sensor
* *
* @include collision.c * @include collision.c
*/ */

View File

@ -36,7 +36,7 @@ extern "C" {
/** /**
* @file hka5.h * @file hka5.h
* @library hka5 * @library hka5
* @brief C API for the Laser PM2.5 Sensor * @brief C API for the HKA5 Laser PM2.5 Sensor
* *
* @include hka5.c * @include hka5.c
*/ */

View File

@ -55,7 +55,7 @@
/** /**
* @file m24lr64e.h * @file m24lr64e.h
* @library m24lr64e * @library m24lr64e
* @brief C API for M24LR64E-based NFC Tags * @brief C API for M24LR64E based NFC Tags
* *
* @include m24lr64e.c * @include m24lr64e.c
*/ */

View File

@ -42,7 +42,7 @@ extern "C" {
/** /**
* @file urm37.h * @file urm37.h
* @library urm37 * @library urm37
* @brief C API for the DFRobot URM37 Ultrasonic Ranger * @brief C API for the URM37 Ultrasonic Ranger
* *
* An example using analog mode * An example using analog mode
* @include urm37.c Interesting * @include urm37.c Interesting