Device driver

Files at this revision

API Documentation at this revision

Comitter:
sam_grove
Date:
Sat Apr 27 23:12:44 2013 +0000
Parent:
1:18fe8829aa69
Commit message:
update rate is 98.4Hz - updated docs. TODO: double buffer at 1 sec refresh rate for GPS integration

Changed in this revision

Adis16488.h Show annotated file Show diff for this revision Revisions of this file
--- 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
  */