五力全開 / Mbed 2 deprecated Robotics_test1

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers WatchDog.h Source File

WatchDog.h

00001 bool WatchDogCheck(int Count)
00002 {
00003     if(0)//Count >= 8)
00004     {
00005         
00006         return true;
00007     }
00008     else return false;
00009 }