Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed AQM1602 HMC6352 PID
main_processing/strategy_parts/input.h
- Committer:
- lilac0112_1
- Date:
- 2016-05-01
- Revision:
- 0:b910276f9da2
File content as of revision 0:b910276f9da2:
#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_*/