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
Diff: main_processing/strategy/LineProcess.h
- Revision:
- 27:825c6835e3db
- Parent:
- 25:a7460e23e02e
- Child:
- 28:f246a5fbf6a5
--- a/main_processing/strategy/LineProcess.h Mon Mar 21 05:49:18 2016 +0000 +++ b/main_processing/strategy/LineProcess.h Mon Mar 21 17:05:08 2016 +0000 @@ -3,6 +3,9 @@ void LineJudgeSlow(double pow_x, double pow_y, double *x, double *y); void LineJudgeReturn(double pow_x, double pow_y, double *x, double *y); +void LineJudgeReturn2(double pow_x, double pow_y, double *x, double *y); void LineJudgeReset(double pow_x, double pow_y, double *x, double *y); +void LineJudgeReset2(double pow_x, double pow_y, double *x, double *y); +void JudgeInSide(void); #endif //_LINE_PROCESS_H_