NA

Fork of L3G4200D by Michael Shimniok

Revision:
3:14914cd8fdf3
Parent:
2:f1da9da9c9b5
Child:
4:44176c2a6121
--- a/L3G4200D.h	Fri Jan 20 23:19:47 2012 +0000
+++ b/L3G4200D.h	Tue Jan 24 16:58:52 2012 +0000
@@ -70,6 +70,14 @@
  * Ported from Pololu L3G4200D library for Arduino by
  * Michael Shimniok http://bot-thoughts.com
  *
+ * @code
+ * #include "mbed.h"
+ * #include "L3G4200D.h"
+ * L3G4200D gyro(p28, p27);
+ * ...
+ * int g[3];
+ * gyro.read(g);
+ * @endcode
  */
 class L3G4200D
 {