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.
odometrie.h
00001 #ifndef ODOMETRIE_H 00002 #define ODOMETRIE_H 00003 00004 00005 void init_odometrie(void); 00006 void actualise_position(void); 00007 double get_x_actuel(void); 00008 double get_y_actuel(void); 00009 double get_angle(void); 00010 00011 void setEmplacementDepartViolet(); 00012 void setEmplacementDepartJaune(); 00013 00014 void setEmplacementTest(); 00015 #endif
Generated on Mon Jul 18 2022 19:15:49 by
1.7.2