Private
Public Access
2
0

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:
Alex Tereschenko
2015-10-02 14:33:39 +02:00
committed by Brendan Le Foll
parent 18249d5ecc
commit 24d4446193

View File

@@ -28,11 +28,10 @@
* @file
* @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
* 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
* /dev/uio device or /dev/mem depending again on the board configuration
* depending again on the board configuration.
*
* @snippet gpio_read6.c Interesting
*/