Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed Watchdog stm32-sensor-base2
Diff: main.cpp
- Revision:
- 15:0f52feb640cf
- Parent:
- 14:b3530522908e
- Child:
- 17:0c8440955d31
--- 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;