This commit introduces api for stepper motor controllers Signed-off-by: Dipak Shetty <dipak.shetty@zeiss.com> Signed-off-by: Florian Guhl <florian.guhl@zeiss.com> Signed-off-by: Jilay Pandya <jilay.pandya@zeiss.com> Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
22 lines
405 B
YAML
22 lines
405 B
YAML
# SPDX-FileCopyrightText: Copyright (c) 2024 Carl Zeiss Meditec AG
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Stepper Controller
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
micro-step-res:
|
|
type: int
|
|
enum:
|
|
- 1
|
|
- 2
|
|
- 4
|
|
- 8
|
|
- 16
|
|
- 32
|
|
- 64
|
|
- 128
|
|
- 256
|
|
description: |
|
|
micro-step resolution to be set while initializing the device driver.
|