RT-AICHIP-sample
io.h
[詳解]
1 /* ------------------------------------------------------------ *
2 File io.h
3 
4 IOポートの設定
5 * ------------------------------------------------------------ */
6 #ifndef IO_H
7 #define IO_H
8 
9 void initIO (void);
10 
11 #endif
12 
13 /******************************************************************************
14 ** End Of File
15 ******************************************************************************/
void initIO(void)
Definition: io.c:18