Skip to content

Commit

Permalink
samples: button: add comment for input subsys
Browse files Browse the repository at this point in the history
We wanted to redirect users who wants a debounced driver #78813

Signed-off-by: Arif Balik <arif.balik@enda.com>
  • Loading branch information
arifbalik committed Sep 27, 2024
1 parent 50720f8 commit d779c80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/basic/button/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
* Copyright (c) 2020 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*
* NOTE: If you are looking into an implementation of button events with
* debouncing, check out `input` subsystem and `samples/subsys/input/input_dump`
* example instead.
*/

#include <zephyr/kernel.h>
Expand Down

0 comments on commit d779c80

Please sign in to comment.