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.
Fork of Timer by
Revision 92:adb71eafef57, committed 2016-05-06
- Comitter:
- IceTeam
- Date:
- Fri May 06 15:18:09 2016 +0000
- Parent:
- 91:65fb6b9f3932
- Commit message:
- Petit bug fix dans le temps du dernier GotoDist;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri May 06 13:36:06 2016 +0000
+++ b/main.cpp Fri May 06 15:18:09 2016 +0000
@@ -70,7 +70,7 @@
GotoDist(3.5);
GotoThet(-3.04);
R_SEUIL_SHARP = 1;
- GotoDist(4.1);
+ GotoDist(4.5);
}
else if (SCouleur == VIOLET) {
end.attach(&endFonc, 90);
@@ -89,7 +89,7 @@
GotoDist(3.5);
GotoThet(3.04);
R_SEUIL_SHARP = 1;
- GotoDist(4.1);
+ GotoDist(4.5);
}
else if (SCouleur == NOIR) {
TestDist3(2,2);
