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.
Dependencies: mbed
WatchDog.h
- Committer:
- Nthu_Five
- Date:
- 2016-06-22
- Revision:
- 7:1818632c0b60
- Parent:
- 6:434bb72ffc26
File content as of revision 7:1818632c0b60:
bool WatchDogCheck(int Count)
{
if(0)//Count >= 8)
{
return true;
}
else return false;
}