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

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Sun Mar 27 13:04:39 2016 +0000
Revision:
38:67bc78f3c0ab
Parent:
19:967207de919d
JapanSoccerOpen2016 CatPot Program(main)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lilac0112_1 0:ea35c18c85fc 1 #ifndef _SETUP_H_
lilac0112_1 0:ea35c18c85fc 2 #define _SETUP_H_
lilac0112_1 0:ea35c18c85fc 3
lilac0112_1 0:ea35c18c85fc 4 void SetUp(void);//電源を入れた時の処理
lilac0112_1 0:ea35c18c85fc 5 void SetUp2(void);//スタートした時の処理
lilac0112_1 0:ea35c18c85fc 6 void StopProcess(void);//コマンドに戻るときの処理
lilac0112_1 0:ea35c18c85fc 7
lilac0112_1 10:6df631c39f9b 8 void SetKick(void);
lilac0112_1 10:6df631c39f9b 9 void SetPidAndMotor(void);
lilac0112_1 10:6df631c39f9b 10 void SetIr(void);
lilac0112_1 10:6df631c39f9b 11 void SetPing(void);
lilac0112_1 19:967207de919d 12 void SetInfo(void);
lilac0112_1 10:6df631c39f9b 13 void SetLine(void);
lilac0112_1 10:6df631c39f9b 14
lilac0112_1 0:ea35c18c85fc 15 #endif //_SETUP_H_