zephyr/samples/sensor/paj7620_gesture/Kconfig
Paul Timke Contreras 0f0964f873 samples: sensor: paj7620_gesture: added sample
Added a sample for using the PAJ7620 gesture sensor

Signed-off-by: Paul Timke Contreras <ptimkec@live.com>
2025-04-22 04:32:54 +02:00

11 lines
260 B
Plaintext

# Copyright (c) 2025 Paul Timke <ptimkec@live.com>
# SPDX-License-Identifier: Apache-2.0
mainmenu "PAJ7620 sample application"
config APP_USE_POLLING
bool "Select y to use polling, otherwise the sample will use triggers"
default y
source "Kconfig.zephyr"