Simple test application for the STMicroelectronics X-NUCLEO-IHM01A1 Stepper Motor Control Expansion Board.
Dependencies: X_NUCLEO_IHM01A1 mbed
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.
Revision 6:10bf302cd369, committed 2015-11-25
- Comitter:
- Davidroid
- Date:
- Wed Nov 25 12:15:45 2015 +0000
- Parent:
- 5:a0268a435bb1
- Child:
- 7:141f878e9590
- Commit message:
- + Updated with the new X_NUCLEO_IHM01A1 library.
Changed in this revision
| X_NUCLEO_IHM01A1.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/X_NUCLEO_IHM01A1.lib Fri Nov 20 18:03:43 2015 +0000 +++ b/X_NUCLEO_IHM01A1.lib Wed Nov 25 12:15:45 2015 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/ST-Expansion-SW-Team/code/X_NUCLEO_IHM01A1/#f7e0c3621f77 +http://developer.mbed.org/teams/ST-Expansion-SW-Team/code/X_NUCLEO_IHM01A1/#6f116ce8e314
--- a/main.cpp Fri Nov 20 18:03:43 2015 +0000 +++ b/main.cpp Wed Nov 25 12:15:45 2015 +0000 @@ -6,8 +6,6 @@ * @date October 14th, 2015 * @brief mbed test application for the STMicrolectronics X-NUCLEO-IHM01A1 * Motor Control Expansion Board: control of 2 motors. - * This application makes use of a C++ component architecture obtained - * from the C component architecture through the Stm32CubeTOO tool. ****************************************************************************** * @attention *
