This program demonstrates using watchdog timers to invoke deadline
handlers. CoordinatorTask sen - 资源详细说明
This program demonstrates using watchdog timers to invoke deadline
handlers. CoordinatorTask sends data to the organizer.
OrganizerTask receives data from the coordinatorTask, and resets
the coordinatorTask when no data is sent by the coordinatorTask in
the past five seconds (deadline time). This demonstration program
is automatically stopped after twenty seconds.
This program demonstrates using watchdog timers to invoke deadline
handlers. CoordinatorTask sen - 源码文件列表