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

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Mon Mar 14 07:51:37 2016 +0000
Revision:
16:4fadb7a87497
Parent:
10:6df631c39f9b
Child:
19:967207de919d
line line line

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 0:ea35c18c85fc 13 //other
lilac0112_1 0:ea35c18c85fc 14 void ReadMouse(void);
lilac0112_1 0:ea35c18c85fc 15 void ReadGyro(void);
lilac0112_1 0:ea35c18c85fc 16 void ReadCmps(void);
lilac0112_1 10:6df631c39f9b 17 void ValidPing(void);
lilac0112_1 10:6df631c39f9b 18 void ValidPing2(void);
lilac0112_1 0:ea35c18c85fc 19 void ReadPing(void);
lilac0112_1 10:6df631c39f9b 20 void ReadPing2(void);
lilac0112_1 0:ea35c18c85fc 21 void ValidIr(void);
lilac0112_1 0:ea35c18c85fc 22 void ReadIr(void);
lilac0112_1 0:ea35c18c85fc 23 void ReadInfo(void);
lilac0112_1 0:ea35c18c85fc 24
lilac0112_1 0:ea35c18c85fc 25 #endif /*_INPUT_H_*/
lilac0112_1 0:ea35c18c85fc 26