Add a generic stepper sample with gpio-stepper Signed-off-by: Jilay Pandya <jilay.pandya@outlook.com>
9 lines
299 B
Plaintext
9 lines
299 B
Plaintext
# SPDX-FileCopyrightText: Copyright (c) 2024 Carl Zeiss Meditec AG
|
|
# SPDX-FileCopyrightText: Copyright (c) 2024 Jilay Sandeep Pandya
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_STEPPER
|
|
bool "Activate driver for gpio stepper control"
|
|
depends on DT_HAS_ZEPHYR_GPIO_STEPPER_ENABLED
|
|
default y
|