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
LineProcess.h
00001 #ifndef _LINE_PROCESS_H_ 00002 #define _LINE_PROCESS_H_ 00003 00004 void LineJudgeSlow(double pow_x, double pow_y, double *x, double *y); 00005 void LineJudgeSlow2(double pow_x, double pow_y, double *x, double *y, uint8_t *px, uint8_t *py); 00006 void LineJudgeReturn(double pow_x, double pow_y, double *x, double *y); 00007 void LineJudgeReturn2(double pow_x, double pow_y, double *x, double *y); 00008 void LineJudgeReset(double pow_x, double pow_y, double *x, double *y); 00009 void LineJudgeReset2(double pow_x, double pow_y, double *x, double *y); 00010 void LineJudgeReset3(double pow_x, double pow_y, double *x, double *y); 00011 void JudgeInSide(void); 00012 00013 #endif //_LINE_PROCESS_H_
Generated on Thu Jul 14 2022 17:47:08 by
1.7.2