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.
Revision 2:22aa8109e2f0, committed 2017-10-27
- Comitter:
- kikoaac
- Date:
- Fri Oct 27 07:28:12 2017 +0000
- Parent:
- 1:99a635cd2f19
- Commit message:
- offset
Changed in this revision
| MyLib.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 99a635cd2f19 -r 22aa8109e2f0 MyLib.lib --- a/MyLib.lib Tue Oct 24 15:37:15 2017 +0000 +++ b/MyLib.lib Fri Oct 27 07:28:12 2017 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/users/kikoaac/code/MyLib2/#9b31ab2a6ce2 +https://os.mbed.com/users/kikoaac/code/MyLib2/#b375df74762c
diff -r 99a635cd2f19 -r 22aa8109e2f0 main.cpp
--- a/main.cpp Tue Oct 24 15:37:15 2017 +0000
+++ b/main.cpp Fri Oct 27 07:28:12 2017 +0000
@@ -116,7 +116,7 @@
reset();
break;
}
- if(timer.read_ms() > 1500){
+ if(timer.read_ms() > 3000){
reset();
break;
}