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 M3_CAN_mbed
Diff: main.cpp
- Revision:
- 18:8a03abceb5ec
- Parent:
- 17:25d5acf5cc54
- Child:
- 19:522c6413a406
--- a/main.cpp Wed Mar 11 09:29:21 2020 +0000
+++ b/main.cpp Tue Jun 16 12:20:51 2020 +0000
@@ -31,7 +31,7 @@
printf("program start!\r\n");
//find_foot(); //calibration
//measure_foot(); //measur elastic
- start_run_foot(); //start foot program
+ start_run_foot(); //start foot program
while(1) {
print_data(print_flag);
};