WIZlib Library API  ver 1.0
WIZlib Library API User Menual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
atcmd.h
Go to the documentation of this file.
1 
12 #ifndef _ATCMD_H
13 #define _ATCMD_H
14 
15 #include "common/common.h"
16 
17 
18 void atc_init(void);
19 void atc_run(void);
20 
21 #endif //_ATCMD_H
22 
23 
24