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

Dependencies:   mbed AQM1602 HMC6352 PID

main_processing/strategy_parts/input.h

Committer:
lilac0112_1
Date:
2016-03-27
Revision:
38:67bc78f3c0ab
Parent:
27:825c6835e3db

File content as of revision 38:67bc78f3c0ab:

#ifndef _INPUT_H_
#define _INPUT_H_

//line
void ReadLine(void);
//line_hold
void LineRanking_A(void);
void LineRanking_B(void);
void LineRanking_C(void);
void LineRankClear(void);
//line raw
void LineRawCall_A(void);
void LineRawCall_B(void);
void LineRawCall_C(void);
void LineRawClear_A(void);
void LineRawClear_B(void);
void LineRawClear_C(void);

void LineRawCall_ALL(void);
void LineRawClear_ALL(void);
void LineRawRankClear(void);
void LineRawLogReset(void);
void LineRawRanking_A(void);
void LineRawRanking_B(void);
void LineRawRanking_C(void);
//ball
uint8_t ReadBall(void);
void JudgeBallHolding(void);
//other
void ReadCmps(void);
void ReadPing(void);
void ReadPing2(void);
void ReadIr(void);
//info
void ValidInfo(void);
void ReadInfo(void);

#endif /*_INPUT_H_*/