Library to use the ultrasonic sensor

Dependents:   test_ultrasonic AEB Car_Simulator

Revision:
1:b3518845e71a
Parent:
0:72ec72845f71
Child:
3:9b06e5793b8b
--- a/Ultrasonic.h	Thu Jun 02 19:56:38 2016 +0000
+++ b/Ultrasonic.h	Sat Jun 04 18:13:44 2016 +0000
@@ -11,5 +11,6 @@
 void trig();
 float read_cm();
 void Ultrasonic_init();
+void timeout_err();
 
 #endif