File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments