RMD-X Motor Library - Last Update V0.5 - On going...... Current available Function - read velocity - read all data - send velocity - send position

Revision:
7:2f2c3f244208
Parent:
5:07e41b6c6692
Child:
8:82b39d6566c2
--- a/RMD.cpp	Wed Nov 04 10:04:08 2020 +0000
+++ b/RMD.cpp	Wed Nov 04 10:06:16 2020 +0000
@@ -18,7 +18,7 @@
         printf(" Speed : %d\n", fv);
         printf(" Speed high byte: %x\n", msg.data[5]); 
         printf(" Speed low byte: %x\n", msg.data[4]);      
-        printf(" -------------------------- \n");  
+        printf(" ------------------------- \n");  
         }
 
 }