Device driver

Revision:
2:e2e5e40668bf
Parent:
0:e9a81060a092
--- a/Adis16488.h	Fri Apr 26 06:26:53 2013 +0000
+++ b/Adis16488.h	Sat Apr 27 23:12:44 2013 +0000
@@ -26,12 +26,15 @@
 #include "LogUtil.h"
 #include "mbed.h"
 
-
 /** Using the Analog Devices ADIS16488/PCBZ
  *
  * Example:
  * @code
-
+ *  #include "mbed.h"
+ *
+ *  int main()
+ *  {
+ *  }
  * @endcode
  */