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

Dependencies:   mbed AQM1602 HMC6352 PID

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers input.h Source File

input.h

00001 #ifndef _INPUT_H_
00002 #define _INPUT_H_
00003 
00004 //line
00005 void ReadLine(void);
00006 //line_hold
00007 void LineRanking_A(void);
00008 void LineRanking_B(void);
00009 void LineRanking_C(void);
00010 void LineRankClear(void);
00011 //line raw
00012 void LineRawCall_A(void);
00013 void LineRawCall_B(void);
00014 void LineRawCall_C(void);
00015 void LineRawClear_A(void);
00016 void LineRawClear_B(void);
00017 void LineRawClear_C(void);
00018 
00019 void LineRawCall_ALL(void);
00020 void LineRawClear_ALL(void);
00021 void LineRawRankClear(void);
00022 void LineRawLogReset(void);
00023 void LineRawRanking_A(void);
00024 void LineRawRanking_B(void);
00025 void LineRawRanking_C(void);
00026 //ball
00027 uint8_t ReadBall(void);
00028 void JudgeBallHolding(void);
00029 //other
00030 void ReadCmps(void);
00031 void ReadPing(void);
00032 void ReadPing2(void);
00033 void ReadIr(void);
00034 //info
00035 void ValidInfo(void);
00036 void ReadInfo(void);
00037 
00038 #endif /*_INPUT_H_*/
00039