mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
29 lines
363 B
C
29 lines
363 B
C
#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
|