Ultrasonic

Dependents:   2014_Ensoul_Capstone Thrower_KRAI ECE4180Finalproject 4180Lab3Part2

Files at this revision

API Documentation at this revision

Comitter:
leejong87
Date:
Tue Nov 04 02:30:41 2014 +0000
Parent:
0:4a3021604777
Commit message:
Delay 10us -> 5us

Changed in this revision

Ultrasonic.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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();