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: X_NUCLEO_IHM01A1
Fork of HelloWorld_IHM01A1_2Motors by
Motor Control with the X-NUCLEO-IHM01A1 Expansion Board
This application provides a simple example of usage of the X-NUCLEO-IHM01A1 Stepper Motor Control Expansion Board.
It shows how to use two stepper motors connected to two stacked boards in daisy chain configuration, moving the rotors to specific positions, with given speed values, directions of rotation, etc.
Diff: main.cpp
- Revision:
- 17:aae1446c67f4
- Parent:
- 16:810667a9f31f
- Child:
- 24:8cb3c4ad055f
diff -r 810667a9f31f -r aae1446c67f4 main.cpp --- a/main.cpp Wed Jan 13 15:12:12 2016 +0000 +++ b/main.cpp Fri Jan 15 17:01:13 2016 +0000 @@ -1,10 +1,10 @@ /** ****************************************************************************** * @file main.cpp - * @author Davide Aliprandi, STMicrolectronics + * @author Davide Aliprandi, STMicroelectronics * @version V1.0.0 * @date October 14th, 2015 - * @brief mbed test application for the STMicrolectronics X-NUCLEO-IHM01A1 + * @brief mbed test application for the STMicroelectronics X-NUCLEO-IHM01A1 * Motor Control Expansion Board: control of 2 motors. ****************************************************************************** * @attention
