mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
初始版本
This commit is contained in:
28
firmware/stm32-esp/user/show/pm_uart3.h
Normal file
28
firmware/stm32-esp/user/show/pm_uart3.h
Normal file
@@ -0,0 +1,28 @@
|
||||
#ifndef _PM_UART3_H_
|
||||
#define _PM_UART3_H_
|
||||
|
||||
#include "stm32f10x.h"
|
||||
|
||||
#include "bsp_uart3.h"
|
||||
|
||||
#include "bsp_timer3.h"
|
||||
|
||||
#include "bsp_port.h"
|
||||
|
||||
#include "simulation_lcd.h"
|
||||
|
||||
void PMD4_Init(void);
|
||||
/*PMD4,获取空气信息*/
|
||||
void PMD4_GetAirInfor(void);
|
||||
/*显示部分,基础外形刷新*/
|
||||
void Show_BasicShapeRefresh(void);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user