123456789101112131415161718192021222324252627 |
- #ifndef __ML307A_H
- #define __ML307A_H
- #include "main.h"
- extern bool u4RecvFlag;
- extern bool reset4Gmodule;
- extern bool reset4Gmodule;
- extern bool module4G_init;
- extern uint8_t u4length;
- extern uint8_t g_ML307A_8buf[2048];
- extern uint8_t g_ML307A_8buf_Down[2048];
- void ML307A_Init(void);
- void Transfer4GBuff(void);
- #endif /*__ML307A_H*/
|