test

Dependencies:   mbed Watchdog

Dependents:   STM32-MC_node

Files at this revision

API Documentation at this revision

Comitter:
ruslanbredun
Date:
Mon Dec 14 14:10:07 2020 +0000
Parent:
14:b3530522908e
Child:
16:82251ada9b04
Commit message:
w

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Dec 14 10:20:16 2020 +0000
+++ b/main.cpp	Mon Dec 14 14:10:07 2020 +0000
@@ -135,7 +135,7 @@
         Enc_right_data = Enc_right.getPosition();
         
         Select1 = 1;
-        RS1.printf ("%d_%d\r\n", Enc_left_data, Enc_right_data);
+        RS1.printf ("%d\r\n", Enc_left_data);//, Enc_right_data);
         wait_ms(1);
         Select1 = 0;