RUI3 (RAK Unified Interface 3) - RAK4631
atcmd_cellular.h
Go to the documentation of this file.
1 #ifdef RAK5010_EVB
2 
3 #ifndef _ATCMD_CELLULAR_H_
4 #define _ATCMD_CELLULAR_H_
5 #include "atcmd.h"
6 
7 #define ATCELL_BUFFER_SIZE (1500)
8 
9 int At_Cellular (SERIAL_PORT port, char *cmd, stParam *param);
10 
11 #endif //_ATCMD_CELLULAR_H_
12 
13 #endif //RAK5010_EVB
Definition: atcmd.h:59
enum _SERIAL_PORT SERIAL_PORT