my 2axes stepper

Dependencies:   mbed X_NUCLEO_IHM02A1

Files at this revision

API Documentation at this revision

Comitter:
kiskovce
Date:
Thu Jan 16 15:12:45 2020 +0100
Parent:
27:46b2cf25a11a
Child:
29:e1062f9e6394
Commit message:
add printf

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Jan 16 12:23:31 2020 +0000
+++ b/main.cpp	Thu Jan 16 15:12:45 2020 +0100
@@ -168,6 +168,7 @@
     position = motors[1]->get_position();
     
     /* Printing to the console. */
+    printf("--> Just test HG upload \r\n");
     printf("--> Getting the current position: %d\r\n", position);
 
     /* Printing to the console. */