add LTE dtu sim7600ce 4G module tcp test

This commit is contained in:
supowang
2019-11-13 16:17:21 +08:00
parent 1333e0966b
commit 5d86548c23
30 changed files with 7562 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
#ifndef __MCU_INIT_H
#define __MCU_INIT_H
#ifdef __cplusplus
extern "C" {
#endif
#include "main.h"
#include "stm32f1xx_hal.h"
#include "i2c.h"
#include "usart.h"
#include "gpio.h"
#include "tos.h"
void board_init(void);
void SystemClock_Config(void);
#ifdef __cplusplus
}
#endif
#endif /*__ __MCU_INIT_H */