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.
algo.h@0:30ff725706d2, 2013-03-05 (annotated)
- Committer:
- ediff_iitbracing
- Date:
- Tue Mar 05 01:19:30 2013 +0000
- Revision:
- 0:30ff725706d2
05-03-2013, 06:51 - Cleaned up code a little. Added some comments.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ediff_iitbracing | 0:30ff725706d2 | 1 | #ifndef ALGO_H |
| ediff_iitbracing | 0:30ff725706d2 | 2 | #define ALGO_H |
| ediff_iitbracing | 0:30ff725706d2 | 3 | |
| ediff_iitbracing | 0:30ff725706d2 | 4 | #include "define_variables.h" |
| ediff_iitbracing | 0:30ff725706d2 | 5 | void pid(); |
| ediff_iitbracing | 0:30ff725706d2 | 6 | float turnradiusfunction(float); |
| ediff_iitbracing | 0:30ff725706d2 | 7 | |
| ediff_iitbracing | 0:30ff725706d2 | 8 | #endif |