gpio.h: Fixed a couple of typos in description
Signed-off-by: Alex Tereschenko <alext.mkrs@gmail.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
18249d5ecc
commit
24d4446193
@@ -28,11 +28,10 @@
|
|||||||
* @file
|
* @file
|
||||||
* @brief General Purpose IO
|
* @brief General Purpose IO
|
||||||
*
|
*
|
||||||
* Gpio is the General Purpose IO interface to libmraa. It's features depends on
|
* Gpio is the General Purpose IO interface to libmraa. Its features depend on
|
||||||
* the board type used, it can use gpiolibs (exported via a kernel module
|
* the board type used, it can use gpiolibs (exported via a kernel module
|
||||||
* through sysfs), or memory mapped IO via a /dev/uio device or /dev/mem
|
* through sysfs), or memory mapped IO via a /dev/uio device or /dev/mem
|
||||||
* depending again on the board configuratio, or memory mapped IO via a
|
* depending again on the board configuration.
|
||||||
* /dev/uio device or /dev/mem depending again on the board configuration
|
|
||||||
*
|
*
|
||||||
* @snippet gpio_read6.c Interesting
|
* @snippet gpio_read6.c Interesting
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user