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.
Dependencies: mbed AQM1602 HMC6352 PID
main_processing/strategy/LineProcess.h@27:825c6835e3db, 2016-03-21 (annotated)
- Committer:
- lilac0112_1
- Date:
- Mon Mar 21 17:05:08 2016 +0000
- Revision:
- 27:825c6835e3db
- Parent:
- 25:a7460e23e02e
- Child:
- 28:f246a5fbf6a5
somehow
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| lilac0112_1 | 25:a7460e23e02e | 1 | #ifndef _LINE_PROCESS_H_ |
| lilac0112_1 | 25:a7460e23e02e | 2 | #define _LINE_PROCESS_H_ |
| lilac0112_1 | 25:a7460e23e02e | 3 | |
| lilac0112_1 | 25:a7460e23e02e | 4 | void LineJudgeSlow(double pow_x, double pow_y, double *x, double *y); |
| lilac0112_1 | 25:a7460e23e02e | 5 | void LineJudgeReturn(double pow_x, double pow_y, double *x, double *y); |
| lilac0112_1 | 27:825c6835e3db | 6 | void LineJudgeReturn2(double pow_x, double pow_y, double *x, double *y); |
| lilac0112_1 | 25:a7460e23e02e | 7 | void LineJudgeReset(double pow_x, double pow_y, double *x, double *y); |
| lilac0112_1 | 27:825c6835e3db | 8 | void LineJudgeReset2(double pow_x, double pow_y, double *x, double *y); |
| lilac0112_1 | 27:825c6835e3db | 9 | void JudgeInSide(void); |
| lilac0112_1 | 25:a7460e23e02e | 10 | |
| lilac0112_1 | 25:a7460e23e02e | 11 | #endif //_LINE_PROCESS_H_ |