Stepper controller with can interface
Dependencies: X-NUCLEO-IHM05A1
Revision 8:baedd289a8cc, committed 2017-07-28
- Comitter:
- Davidroid
- Date:
- Fri Jul 28 13:07:13 2017 +0000
- Parent:
- 7:27124344c5e5
- Child:
- 9:16f134d983bb
- Commit message:
- Updating with new libraries.
Changed in this revision
--- a/X-NUCLEO-IHM05A1.lib Mon May 08 15:53:01 2017 +0000 +++ b/X-NUCLEO-IHM05A1.lib Fri Jul 28 13:07:13 2017 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/teams/ST/code/X-NUCLEO-IHM05A1/#f0856e278c08 +https://developer.mbed.org/teams/ST/code/X-NUCLEO-IHM05A1/#c73faac7197f
--- a/main.cpp Mon May 08 15:53:01 2017 +0000
+++ b/main.cpp Fri Jul 28 13:07:13 2017 +0000
@@ -293,7 +293,9 @@
/* Infinite Loop. */
printf("--> Infinite Loop...\r\n");
- while (true) {
+ //while (true) {
+ int i;
+ for (i = 0; i < 2; i++) {
/* Request device to go position -3200 */
motor->go_to(-3200);
--- a/mbed.bld Mon May 08 15:53:01 2017 +0000 +++ b/mbed.bld Fri Jul 28 13:07:13 2017 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/aae6fcc7d9bb \ No newline at end of file +https://mbed.org/users/mbed_official/code/mbed/builds/a97add6d7e64 \ No newline at end of file