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.
odo_asserv.h@17:176a1b4a2fa8, 2020-10-06 (annotated)
- Committer:
- Nanaud
- Date:
- Tue Oct 06 11:58:00 2020 +0000
- Revision:
- 17:176a1b4a2fa8
- Parent:
- 16:ae65ce77b1f9
- Child:
- 18:48246daf0c06
Acc
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Nanaud | 6:ea6b30c4bb01 | 1 | // Nom du fichier : odo_asserv.h |
Nanaud | 6:ea6b30c4bb01 | 2 | |
Nanaud | 6:ea6b30c4bb01 | 3 | // extern |
Nanaud | 6:ea6b30c4bb01 | 4 | // CODEURS |
Nanaud | 16:ae65ce77b1f9 | 5 | extern const double coeffGLong; |
Nanaud | 16:ae65ce77b1f9 | 6 | extern const double coeffDLong; |
Nanaud | 16:ae65ce77b1f9 | 7 | extern const double coeffGAngl; |
Nanaud | 16:ae65ce77b1f9 | 8 | extern const double coeffDAngl; |
Nanaud | 6:ea6b30c4bb01 | 9 | extern long comptG; |
Nanaud | 6:ea6b30c4bb01 | 10 | extern long comptD; |
Nanaud | 16:ae65ce77b1f9 | 11 | extern double distanceCible; |
Nanaud | 16:ae65ce77b1f9 | 12 | extern double consigneOrientation; |
Nanaud | 16:ae65ce77b1f9 | 13 | extern double vitG; |
Nanaud | 16:ae65ce77b1f9 | 14 | extern double vitD; |
Nanaud | 2:094c09903a9c | 15 | |
Nanaud | 6:ea6b30c4bb01 | 16 | // Prototypes |
Nanaud | 6:ea6b30c4bb01 | 17 | void cdgaRise(); |
plmir | 12:2c312916a621 | 18 | void cddaRise(); |
plmir | 12:2c312916a621 | 19 | |
plmir | 12:2c312916a621 | 20 | //ODOMETRIE |
plmir | 12:2c312916a621 | 21 | extern Ticker ticker_odo; |
Nanaud | 16:ae65ce77b1f9 | 22 | extern Ticker ticker_asserv; |
Nanaud | 16:ae65ce77b1f9 | 23 | void odo1(); |
Nanaud | 16:ae65ce77b1f9 | 24 | void odo2(); |
Nanaud | 16:ae65ce77b1f9 | 25 | void odo3(); |
Nanaud | 16:ae65ce77b1f9 | 26 | void asserv(); |
Nanaud | 16:ae65ce77b1f9 | 27 | extern double x; |
Nanaud | 16:ae65ce77b1f9 | 28 | extern double y; |
Nanaud | 16:ae65ce77b1f9 | 29 | extern double O; |
Nanaud | 17:176a1b4a2fa8 | 30 | |
Nanaud | 17:176a1b4a2fa8 | 31 | extern double xC; |
Nanaud | 17:176a1b4a2fa8 | 32 | extern double yC; |
Nanaud | 17:176a1b4a2fa8 | 33 | extern int etape; |