123456789101112131415161718192021 |
- #ifndef __WIFI_FUNC_H
- #define __WIFI_FUNC_H
- #include "main.h"
- <<<<<<< HEAD
- void GSM_clear(void);
- void GSM_sendMessage(void);
- =======
- char GSM_send_cmd(char *cmd,char *ack,uint16_t waittime);
- int stringToInt(char *str);
- void GSM_sendMessage(char *message);
- uint8_t GSM_waitMessage(void);
- char GSM_readMessage(uint8_t addrNum);
- >>>>>>> updata
- void GSM_Init(void);
- #endif
|