RT-AICHIP-sample
mode_controlRun.h
[詳解]
1 /* ------------------------------------------------------------ *
2 File mode_controlRun.h
3 
4 コースの状況に応じてモーターのdutyを変えながら走るモード
5 * ------------------------------------------------------------ */
6 #ifndef MODE_CONTROLRUN_H
7 #define MODE_CONTROLRUN_H
8 
9 void mode_controlRun(void);
10 
11 #endif
12 
13 /******************************************************************************
14 ** End Of File
15 ******************************************************************************/
void mode_controlRun(void)