Antonio Maiorquim / Joystick_S_Controller

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Fork of X_NUCLEO_IHM01A1 by ST

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. */