mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-07-18 09:42:08 +00:00
13 lines
202 B
C
13 lines
202 B
C
![]() |
#ifndef __ESP8266_H
|
||
|
#define __ESP8266_H
|
||
|
|
||
|
#include "stm32f10x.h"
|
||
|
#include "bsp_led.h"
|
||
|
#include "stdio.h"
|
||
|
#include "string.h"
|
||
|
#include "bsp_usart.h"
|
||
|
#include "Tim_Tick.h"
|
||
|
|
||
|
void ESP8266_Init(void);
|
||
|
|
||
|
#endif
|