RT-AICHIP-sample
mode_dutyMax.h
[詳解]
1 /* ------------------------------------------------------------ *
2 File mode_dutyMax.h
3 
4 dutyMaxで走らせるモード
5 * ------------------------------------------------------------ */
6 #ifndef MODE_DUTYMAX_H
7 #define MODE_DUTYMAX_H
8 
9 void mode_dutyMax(void);
10 
11 #endif
12 
13 /******************************************************************************
14 ** End Of File
15 ******************************************************************************/
void mode_dutyMax(void)
Definition: mode_dutyMax.c:19