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@14:dd3c756c6d48, 2020-09-16 (annotated)
- Committer:
- Nanaud
- Date:
- Wed Sep 16 12:31:54 2020 +0000
- Revision:
- 14:dd3c756c6d48
- Parent:
- 13:a72b0752aa6f
- Child:
- 16:ae65ce77b1f9
Odo 16.09.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 | 6:ea6b30c4bb01 | 5 | extern long comptG; |
Nanaud | 6:ea6b30c4bb01 | 6 | extern long comptD; |
Nanaud | 2:094c09903a9c | 7 | |
Nanaud | 6:ea6b30c4bb01 | 8 | // Prototypes |
Nanaud | 6:ea6b30c4bb01 | 9 | void cdgaRise(); |
plmir | 12:2c312916a621 | 10 | void cddaRise(); |
plmir | 12:2c312916a621 | 11 | |
plmir | 12:2c312916a621 | 12 | //ODOMETRIE |
plmir | 12:2c312916a621 | 13 | extern Ticker ticker_odo; |
Nanaud | 14:dd3c756c6d48 | 14 | void odoGeonobot1(); |
Nanaud | 14:dd3c756c6d48 | 15 | void odoGeonobot2(); |
Nanaud | 14:dd3c756c6d48 | 16 | extern double xB; |
Nanaud | 14:dd3c756c6d48 | 17 | extern double yB; |
Nanaud | 14:dd3c756c6d48 | 18 | extern double phiB; |