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: ID12RFID TFTLCD mbed
Revision 3:cbbfd06fa9b4, committed 2013-02-01
- Comitter:
- Danton
- Date:
- Fri Feb 01 17:56:12 2013 +0000
- Parent:
- 2:b0edfc6c035a
- Commit message:
- mamada;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Feb 01 17:46:41 2013 +0000
+++ b/main.cpp Fri Feb 01 17:56:12 2013 +0000
@@ -17,7 +17,11 @@
X1=1;
X2=0;
+ printf("I am set for X\n");
+ wait(10);
+ printf("I am Measuring X\n");
tempX=Y2;
+ wait(10);
return tempX;
}
