五力全開 / Mbed 2 deprecated Robotics_test1

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;
}