For use in my acoustic touchscreen project, found here: http://hackaday.io/project/1990-Low-Cost-Touchscreen-Anywhere

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
ThatcherC
Date:
Sun Jul 27 21:31:20 2014 +0000
Parent:
0:d678323f9a72
Child:
2:2ccbee38f4a8
Commit message:
Added "Ready" message at startup

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Jul 26 16:58:52 2014 +0000
+++ b/main.cpp	Sun Jul 27 21:31:20 2014 +0000
@@ -61,6 +61,7 @@
 }
 
 int main() {
+    printf("Ready\n");
     int1.fall(&flip1);
     int2.fall(&flip2);
     timeArray[0] = 0;