mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
初始版本
This commit is contained in:
29
firmware/stm32-esp/user/show/dev_work.h
Normal file
29
firmware/stm32-esp/user/show/dev_work.h
Normal file
@@ -0,0 +1,29 @@
|
||||
#ifndef _DEV_WORK_H_
|
||||
#define _DEV_WORK_H_
|
||||
|
||||
#include "stm32f10x.h"
|
||||
|
||||
#include "bsp_timer3.h"
|
||||
|
||||
#include "bsp_port.h"
|
||||
|
||||
#include "bsp_adc.h"
|
||||
|
||||
#include "simulation_lcd.h"
|
||||
|
||||
#include "battery.h"
|
||||
|
||||
#include "pm_uart3.h"
|
||||
|
||||
void Dev_ScanExtIndicate(void);
|
||||
void Dev_SwitchWorkMode(void);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user