ultrasonic distance sensor - time headerfile

Dependencies:   N5110 PowerControl SRF02 beep mbed

Fork of Ultrasonicdistancesensor by I Adam

Revision:
3:bbfabbbc4291
Parent:
0:7a82ad48df33
--- a/ultrasonic.h	Thu May 07 16:43:32 2015 +0000
+++ b/ultrasonic.h	Mon May 11 18:47:19 2015 +0000
@@ -1,9 +1,16 @@
-
-   
-    
+/**
+   @file ultrasonic.h
+    */
     void introMessage()
     {
-    
+        /*
+        @brief introductory routine block texts
+        @brief name of project
+        @brief name of university 
+        @brief name of programmer
+        @brief module title
+        */
+        
         //introductory text a
         lcd.drawLine(4, 0, 79, 0, 1);
         lcd.printString("Ultrasonic",13,1);