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 4:a0229a912a8a, committed 2017-11-10
- Comitter:
- takuhachisu
- Date:
- Fri Nov 10 07:25:34 2017 +0000
- Parent:
- 3:bbe4a2eff805
- Commit message:
- Modified.
Changed in this revision
Watchdog.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r bbe4a2eff805 -r a0229a912a8a Watchdog.h --- a/Watchdog.h Fri Nov 10 07:23:02 2017 +0000 +++ b/Watchdog.h Fri Nov 10 07:25:34 2017 +0000 @@ -1,12 +1,12 @@ -/** Library for watchdog timer for LPC1549 - * - */ - #ifndef WATCHDOG_H #define WATCHDOG_H #include "mbed.h" +/** Library for watchdog timer for LPC1549 + * + */ + class Watchdog { public: /**