Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Fork of X_NUCLEO_IHM01A1 by
Diff: Components/Interfaces/StepperMotor_class.h
- Revision:
- 10:c3824af0caf4
- Parent:
- 8:42e0b00b1e4d
- Child:
- 13:ba2728afe4c2
--- a/Components/Interfaces/StepperMotor_class.h Wed Nov 25 12:08:01 2015 +0000
+++ b/Components/Interfaces/StepperMotor_class.h Thu Nov 26 16:00:28 2015 +0000
@@ -1,7 +1,7 @@
/**
******************************************************************************
* @file StepperMotor_class.h
- * @author AST
+ * @author Davide Aliprandi, STMicrolectronics
* @version V1.0.0
* @date November 12th, 2015
* @brief This file contains the abstract class describing the interface of a
@@ -55,7 +55,9 @@
class StepperMotor : public Component
{
public:
- /** Rotation modes. */
+ /**
+ * @brief Rotation modes.
+ */
typedef enum
{
BWD = 0, /* Backward. */
