mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
配网部分
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
#ifndef _MAIN_H_
|
||||
#define _MAIN_H_
|
||||
|
||||
#include "stm32f10x.h"
|
||||
|
||||
#include "bsp_clock.h"
|
||||
|
||||
#include "bsp_timer3.h"
|
||||
|
||||
#include "bsp_port.h"
|
||||
|
||||
#include "bsp_tool.h"
|
||||
|
||||
#include "bsp_adc.h"
|
||||
|
||||
#include "pm_uart3.h"
|
||||
|
||||
#include "uart2_receive.h"
|
||||
|
||||
#include "simulation_lcd.h"
|
||||
|
||||
#include "esp8266_work.h"
|
||||
|
||||
#include "dev_work.h"
|
||||
|
||||
#include "battery.h"
|
||||
|
||||
#endif
|
||||
#ifndef _MAIN_H_
|
||||
#define _MAIN_H_
|
||||
|
||||
#include "stm32f10x.h"
|
||||
|
||||
#include "bsp_clock.h"
|
||||
|
||||
#include "bsp_timer3.h"
|
||||
|
||||
#include "bsp_port.h"
|
||||
|
||||
#include "bsp_tool.h"
|
||||
|
||||
#include "bsp_adc.h"
|
||||
|
||||
#include "pm_uart3.h"
|
||||
|
||||
#include "uart2_receive.h"
|
||||
|
||||
#include "simulation_lcd.h"
|
||||
|
||||
#include "esp8266_work.h"
|
||||
|
||||
#include "dev_work.h"
|
||||
|
||||
#include "battery.h"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user