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

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Thu Mar 10 03:03:50 2016 +0000
Revision:
10:6df631c39f9b
Parent:
0:ea35c18c85fc
Child:
16:4fadb7a87497
pid+alpha

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 0:ea35c18c85fc 6 //ball
lilac0112_1 0:ea35c18c85fc 7 uint8_t ReadBall(void);
lilac0112_1 0:ea35c18c85fc 8 //other
lilac0112_1 0:ea35c18c85fc 9 void ReadMouse(void);
lilac0112_1 0:ea35c18c85fc 10 void ReadGyro(void);
lilac0112_1 0:ea35c18c85fc 11 void ReadCmps(void);
lilac0112_1 10:6df631c39f9b 12 void ValidPing(void);
lilac0112_1 10:6df631c39f9b 13 void ValidPing2(void);
lilac0112_1 0:ea35c18c85fc 14 void ReadPing(void);
lilac0112_1 10:6df631c39f9b 15 void ReadPing2(void);
lilac0112_1 0:ea35c18c85fc 16 void ValidIr(void);
lilac0112_1 0:ea35c18c85fc 17 void ReadIr(void);
lilac0112_1 0:ea35c18c85fc 18 void ReadInfo(void);
lilac0112_1 0:ea35c18c85fc 19
lilac0112_1 0:ea35c18c85fc 20 #endif /*_INPUT_H_*/
lilac0112_1 0:ea35c18c85fc 21