Skip to content

Commit 25272ae

Browse files
arifbalikdkalowsk
authored andcommitted
samples: button: add comment for input subsys
We wanted to redirect users who wants a debounced driver #78813 Signed-off-by: Arif Balik <[email protected]>
1 parent 82c7f43 commit 25272ae

File tree

1 file changed

+4
-0
lines changed
  • samples/basic/button/src

1 file changed

+4
-0
lines changed

samples/basic/button/src/main.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
* Copyright (c) 2020 Nordic Semiconductor ASA
44
*
55
* SPDX-License-Identifier: Apache-2.0
6+
*
7+
* NOTE: If you are looking into an implementation of button events with
8+
* debouncing, check out `input` subsystem and `samples/subsys/input/input_dump`
9+
* example instead.
610
*/
711

812
#include <zephyr/kernel.h>

0 commit comments

Comments
 (0)