Device driver
Revision 2:e2e5e40668bf, committed 2013-04-27
- 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 |
diff -r 18fe8829aa69 -r e2e5e40668bf Adis16488.h --- 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 */