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.
Diff: directive.cpp
- Revision:
- 2:4c5b0f6d0a6b
- Parent:
- 1:25ea21da4542
- Child:
- 3:e0d6e081a9d3
--- a/directive.cpp Wed Mar 11 21:57:26 2015 +0000
+++ b/directive.cpp Thu Mar 12 00:40:43 2015 +0000
@@ -0,0 +1,13 @@
+
+#include "directive.h"
+
+Directive::Directive():TTask(0)//on veux que cette tache sois exec toute les fois que TTaskGen sexecute.
+{
+}
+Directive::~Directive()
+{
+}
+void Directive::task(void)
+{
+ //ALL CODE HERE//
+}
\ No newline at end of file