Skip to content

Commit 92a86b3

Browse files
jilaypandyafabiobaltieri
authored andcommitted
docs: stepper: version api as experimental
version stepper api to 0.1.0 Signed-off-by: Jilay Pandya <[email protected]>
1 parent 4ddfe10 commit 92a86b3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

include/zephyr/drivers/stepper.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
/**
2-
* @file drivers/stepper.h
3-
*
4-
* @brief Public API for Stepper Driver
5-
*
6-
*/
7-
81
/*
92
* SPDX-FileCopyrightText: Copyright (c) 2024 Carl Zeiss Meditec AG
103
* SPDX-FileCopyrightText: Copyright (c) 2024 Jilay Sandeep Pandya
114
* SPDX-License-Identifier: Apache-2.0
125
*/
136

7+
/**
8+
* @file drivers/stepper.h
9+
* @brief Public API for Stepper Driver
10+
*/
11+
1412
#ifndef ZEPHYR_INCLUDE_DRIVERS_STEPPER_H_
1513
#define ZEPHYR_INCLUDE_DRIVERS_STEPPER_H_
1614

1715
/**
18-
* @brief Stepper Controller Interface
19-
* @defgroup stepper_interface Stepper Controller Interface
16+
* @brief Stepper Driver Interface
17+
* @defgroup stepper_interface Stepper Driver Interface
18+
* @since 4.0
19+
* @version 0.1.0
2020
* @ingroup io_interfaces
2121
* @{
2222
*/

0 commit comments

Comments
 (0)