Ultrasonic

Dependents:   2014_Ensoul_Capstone Thrower_KRAI ECE4180Finalproject 4180Lab3Part2

Revision:
1:d8a93321fc01
Parent:
0:4a3021604777
--- a/Ultrasonic.cpp	Thu Jan 09 07:10:03 2014 +0000
+++ b/Ultrasonic.cpp	Tue Nov 04 02:30:41 2014 +0000
@@ -14,7 +14,7 @@
 {
     _tx.output();
     _tx = 1;
-    wait_us(10);
+    wait_us(5);
     _tx = 0;
     _tx.input();