ジャパンオープン用のメインプログラム

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Thu Mar 17 13:00:24 2016 +0000
Revision:
25:a7460e23e02e
Parent:
21:378470320524
Child:
27:825c6835e3db
BackHomeOnly

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lilac0112_1 0:ea35c18c85fc 1 #ifndef _INPUT_H_
lilac0112_1 0:ea35c18c85fc 2 #define _INPUT_H_
lilac0112_1 0:ea35c18c85fc 3
lilac0112_1 0:ea35c18c85fc 4 //line
lilac0112_1 0:ea35c18c85fc 5 void ReadLine(void);
lilac0112_1 16:4fadb7a87497 6 //line_hold
lilac0112_1 16:4fadb7a87497 7 void LineRanking_A(void);
lilac0112_1 16:4fadb7a87497 8 void LineRanking_B(void);
lilac0112_1 16:4fadb7a87497 9 void LineRanking_C(void);
lilac0112_1 16:4fadb7a87497 10 void LineRankClear(void);
lilac0112_1 0:ea35c18c85fc 11 //ball
lilac0112_1 0:ea35c18c85fc 12 uint8_t ReadBall(void);
lilac0112_1 25:a7460e23e02e 13 void JudgeBallHolding(void);
lilac0112_1 0:ea35c18c85fc 14 //other
lilac0112_1 0:ea35c18c85fc 15 void ReadCmps(void);
lilac0112_1 0:ea35c18c85fc 16 void ReadPing(void);
lilac0112_1 10:6df631c39f9b 17 void ReadPing2(void);
lilac0112_1 0:ea35c18c85fc 18 void ReadIr(void);
lilac0112_1 19:967207de919d 19 //info
lilac0112_1 19:967207de919d 20 void ValidInfo(void);
lilac0112_1 0:ea35c18c85fc 21 void ReadInfo(void);
lilac0112_1 0:ea35c18c85fc 22
lilac0112_1 0:ea35c18c85fc 23 #endif /*_INPUT_H_*/
lilac0112_1 0:ea35c18c85fc 24