Romain Ame / Mbed 2 deprecated Robot2016_2-0_STATIC

Dependencies:   RoboClaw StepperMotor mbed

Fork of Robot2016_2-0 by ARES

Files at this revision

API Documentation at this revision

Comitter:
IceTeam
Date:
Tue Nov 24 23:05:12 2015 +0000
Parent:
8:12d7123a500e
Child:
10:ae3178aa94e9
Commit message:
Test de r?solution de bug pour la g?n?ration de doc

Changed in this revision

Odometry/Odometry.h Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Odometry/Odometry.h	Tue Nov 24 22:59:01 2015 +0000
+++ b/Odometry/Odometry.h	Tue Nov 24 23:05:12 2015 +0000
@@ -13,6 +13,7 @@
 
 extern Serial pc;
 
+/** Permet la gestion de l'odometrie du robot **/
 class Odometry
 {
 public:
--- a/main.cpp	Tue Nov 24 22:59:01 2015 +0000
+++ b/main.cpp	Tue Nov 24 23:05:12 2015 +0000
@@ -13,6 +13,7 @@
 void update_main(void);
 void init(void);
 
+/** Debut du programme */
 int main(void)
 {   
     init();