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.
RTOS-Threads/src/Task2.cpp
- Committer:
- pHysiX
- Date:
- 2014-04-29
- Revision:
- 1:43f8ac7ca6d7
- Child:
- 2:ab967d7b4346
File content as of revision 1:43f8ac7ca6d7:
#include "Task2.h" #include "setup.h" /* Update ESC (333Hz) */ void Task2(void const *argument) { led2 = !led2; }