Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MMA8451Q8 by
Revision 2:a077541cbadc, committed 2012-10-11
- Comitter:
- samux
- Date:
- Thu Oct 11 14:28:23 2012 +0000
- Parent:
- 1:d2630136d51e
- Child:
- 3:db7126dbd63f
- Commit message:
- fixed doxygen program example
Changed in this revision
MMA8451Q.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MMA8451Q.h Thu Oct 11 14:26:22 2012 +0000 +++ b/MMA8451Q.h Thu Oct 11 14:28:23 2012 +0000 @@ -23,6 +23,8 @@ /** * MMA8451Q accelerometer example +* +* @code * #include "mbed.h" * #include "MMA8451Q.h" * @@ -43,6 +45,7 @@ * led = !led; * } * } +* @endcode */ class MMA8451Q {