Files
fastbee/firmware/stm32-esp/user/show/pm_uart3.h
2021-09-01 14:03:46 +08:00

29 lines
338 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#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