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.
Diff: training.cpp
- Revision:
- 7:e74e7496ac8c
- Parent:
- 6:f117c1cc9640
--- a/training.cpp Tue May 26 16:09:49 2020 +0000
+++ b/training.cpp Wed May 27 19:19:24 2020 +0000
@@ -67,7 +67,7 @@
dist = sqrt(pow(temp_pos[0],2)+pow(temp_pos[1],2)+pow(temp_pos[2],2));
- if(dist>= POSTOL) { // counts position fail
+ if(dist>= POSTOL && (resetval!= 1)) { // counts position fail
fail_pos++;
resetval = 3;
}