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@16:ae65ce77b1f9, 2020-10-02 (annotated)
- Committer:
- Nanaud
- Date:
- Fri Oct 02 21:09:45 2020 +0000
- Revision:
- 16:ae65ce77b1f9
- Parent:
- 14:dd3c756c6d48
- Child:
- 17:176a1b4a2fa8
02/10/2020
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; |