RT-AICHIPV3-sample
inc
PERIPHERAL
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
******************************************************************************/
initIO
void initIO(void)
Definition:
io.c:18
構築:
1.8.14