20231023_InSituLab_emb/InsituLabProject_QRS/Src/Usr/Bsp/McuBspSys.h
Rjh913828050 4e26d518da 类型:更细
内容:更新十四五程序
人员:任家豪
2024-07-31 08:56:07 +08:00

16 lines
264 B
C

#ifndef _MCU_BSP_SYS_H_
#define _MCU_BSP_SYS_H_
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
void McuBspSysInit(void);
/* 心跳灯1开关 */
void McuBspLed1OnOff(uint8_t flag);
/* 心跳等2开关 */
void McuBspLed2OnOff(uint8_t flag);
#endif