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.
Revision 3:d55471d8417e, committed 2013-04-27
- Comitter:
- sam_grove
- Date:
- Sat Apr 27 23:10:35 2013 +0000
- Parent:
- 2:35b6eb71a635
- Commit message:
- updated docs
Changed in this revision
Oem615.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Oem615.h Fri Apr 26 06:29:25 2013 +0000 +++ b/Oem615.h Sat Apr 27 23:10:35 2013 +0000 @@ -20,8 +20,8 @@ * limitations under the License. */ - #ifndef OEM615_H - #define OEM615_H +#ifndef OEM615_H +#define OEM615_H #include "LogUtil.h" #include "mbed.h" @@ -30,7 +30,11 @@ * * Example: * @code - + * #include "mbed.h" + * + * int main() + * { + * } * @endcode */