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.
Diff: MMA8451Q.h
- Revision:
- 2:a077541cbadc
- Parent:
- 1:d2630136d51e
- Child:
- 3:db7126dbd63f
--- 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 {