mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 08:25:53 +08:00
30 lines
319 B
C
30 lines
319 B
C
#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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|