docs: Small updates to descriptions.

Updated descriptions on four headers.  One header needed a description.
Replaced 'driver' with 'library' on the other three.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2017-03-20 10:28:38 -07:00
parent 54a84af1c3
commit 05435eed4f
4 changed files with 9 additions and 4 deletions

View File

@ -46,7 +46,12 @@ namespace upm {
*
* @brief API for the BISS0001 Motion Sensor
*
* UPM module for the BISS0001 Motion Sensor
* PIR sensors allow you to sense motion, almost always used to detect
* whether a human has moved in or out of the sensors range. They are
* small, inexpensive, low-power, easy to use and don't wear out. For that
* reason they are commonly found in appliances and gadgets used in homes
* or businesses. They are often referred to as PIR, "Passive Infrared",
* "Pyroelectric", or "IR motion" sensors.
*
* @image html biss0001.jpg
* @snippet biss0001.cxx Interesting