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.
Dependencies: mbed PID ADXL345 Camera_LS_Y201 ITG3200 RangeFinder mbos xbee_lib Motor Servo
Diff: Module_Video/Module_Video.cpp
- Revision:
- 12:046fa7050b47
- Parent:
- 10:c8d73680b9fd
diff -r c8d73680b9fd -r 046fa7050b47 Module_Video/Module_Video.cpp
--- a/Module_Video/Module_Video.cpp Wed Mar 20 14:38:57 2013 +0000
+++ b/Module_Video/Module_Video.cpp Wed Mar 20 15:38:47 2013 +0000
@@ -15,4 +15,32 @@
* Description
* Input
* Output
- */
\ No newline at end of file
+ */
+
+ #include "Module_Video.h"
+
+ // Pointeur sur la classe systeme d'exploitation instancié dans le main
+ extern mbos *os;
+
+
+ /* CONSRTRUCTEUR(S) */
+ ModuleVideo::ModuleVideo()
+ {
+
+ }
+
+ /* DESTRUCTEUR */
+ ModuleVideo::~ModuleVideo()
+ {
+
+ }
+
+ /* Point d'entrée de la tache Module Video */
+ void ModuleVideo::ModuleVideo_Task(void)
+ {
+ while(1){
+ // Code
+ }
+ }
+
+
\ No newline at end of file
