ajout module_mouvement

Dependencies:   mbed xbee_lib ADXL345_I2C IMUfilter ITG3200 Motor RangeFinder Servo mbos PID

Fork of Labo_TRSE_Drone by HERBERT Nicolas

Files at this revision

API Documentation at this revision

Comitter:
IngesupMbed01
Date:
Wed Apr 03 08:50:59 2013 +0000
Parent:
20:8e7db963701e
Child:
22:d2adbcc3580d
Commit message:
Corps de C_Service corrig?

Changed in this revision

Service/Service.h Show annotated file Show diff for this revision Revisions of this file
--- a/Service/Service.h	Wed Apr 03 08:46:19 2013 +0000
+++ b/Service/Service.h	Wed Apr 03 08:50:59 2013 +0000
@@ -22,16 +22,18 @@
  
  #include "mbos.h"
  
+ 
+ 
  class C_Service {
  private :
     /* ATTRIBUTS */
  
  public :
     /* CONSTRUCTEUR(S) */
-    Service();
+    C_Service();
     
     /* DESTRUCTEUR */
-    ~Service();
+    ~C_Service();
     
     /* METHODES */
  };