projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8304063
)
gpiod.h: extend the introduction to the simple API
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Fri, 14 Jul 2017 10:58:47 +0000
(12:58 +0200)
committer
Bartosz Golaszewski
<bartekgola@gmail.com>
Fri, 14 Jul 2017 10:58:47 +0000
(12:58 +0200)
Add more info on the simple API functions.
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
include/gpiod.h
patch
|
blob
|
history
diff --git
a/include/gpiod.h
b/include/gpiod.h
index 5bbd8749fa070d363241a8e9581b4e6d6c169e7b..725551baf4e69bda84702329da1518d5e7a2a9f8 100644
(file)
--- a/
include/gpiod.h
+++ b/
include/gpiod.h
@@
-57,7
+57,8
@@
struct gpiod_chip_iter;
* @defgroup __high_level__ High-level API
* @{
*
- * Simple high-level routines for straightforward GPIO manipulation.
+ * Simple high-level routines for straightforward GPIO manipulation without
+ * the need to use the gpiod_* structures or to keep track of resources.
*/
/**