control servo motor over serial port

Dependencies:   mbed X_NUCLEO_IHM01A1

Files at this revision

API Documentation at this revision

Comitter:
luelista
Date:
Wed Jun 08 09:09:26 2022 +0000
Parent:
2:02196b216385
Commit message:
hi there

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 02196b216385 -r 7e39317cdbe6 main.cpp
--- a/main.cpp	Tue Feb 28 16:41:28 2017 +0000
+++ b/main.cpp	Wed Jun 08 09:09:26 2022 +0000
@@ -405,7 +405,7 @@
     motor->AttachErrorHandler(&ErrorHandler);
 
     /* Printing to the console. */
-    printf("\r\nantennenlab 0.0.1\r\nCopyright (c) 2016  Max Weller\r\n");
+    printf("\r\nantennenlab 0.0.1\r\nCopyright (c) 2016  Mira Weller\r\n");
     printf("tiny shell build %s %s\r\n",__DATE__,__TIME__);
     printf("Motor Driver FW Version: %d\r\n", motor->GetFwVersion());
     PrintStatus();