doc: Correct gpio sample description
Fix a typo and add a few missing words Signed-off-by: Gregers Rygg <gregers@telenordigital.com>
This commit is contained in:
parent
a19356d79b
commit
82c25587a2
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
* @file
|
||||
* @brief GPIO driver sample
|
||||
*
|
||||
* This sample toggles LED1 and wait interrupt on BUTTON1.
|
||||
* Note that an internet pull-up is set on BUTTON1 as the button
|
||||
* This sample toggles LED1 and waits for an interrupt on BUTTON1.
|
||||
* Note that an internal pull-up is set on BUTTON1 as the button
|
||||
* only drives low when pressed.
|
||||
*/
|
||||
#include <zephyr.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue