せとうちオープン用のメインプログラム

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Sun May 01 06:30:37 2016 +0000
Revision:
0:b910276f9da2
from 2v10

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lilac0112_1 0:b910276f9da2 1 #ifndef _LINE_PROCESS_H_
lilac0112_1 0:b910276f9da2 2 #define _LINE_PROCESS_H_
lilac0112_1 0:b910276f9da2 3
lilac0112_1 0:b910276f9da2 4 void LineJudgeSlow(double pow_x, double pow_y, double *x, double *y);
lilac0112_1 0:b910276f9da2 5 void LineJudgeSlow2(double pow_x, double pow_y, double *x, double *y, uint8_t *px, uint8_t *py);
lilac0112_1 0:b910276f9da2 6 void LineJudgeReturn(double pow_x, double pow_y, double *x, double *y);
lilac0112_1 0:b910276f9da2 7 void LineJudgeReturn2(double pow_x, double pow_y, double *x, double *y);
lilac0112_1 0:b910276f9da2 8 void LineJudgeReset(double pow_x, double pow_y, double *x, double *y);
lilac0112_1 0:b910276f9da2 9 void LineJudgeReset2(double pow_x, double pow_y, double *x, double *y);
lilac0112_1 0:b910276f9da2 10 void LineJudgeReset3(double pow_x, double pow_y, double *x, double *y);
lilac0112_1 0:b910276f9da2 11 void JudgeInSide(void);
lilac0112_1 0:b910276f9da2 12
lilac0112_1 0:b910276f9da2 13 #endif //_LINE_PROCESS_H_