..
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;
}