端口电平检测

2019-10-15 18:28发布

#define LED0 PBout(5)// PB5
#define LED1 PEout(5)// PE5       

#define LED0 GPIO_ReadOutputDataBit(GPIOB,GPIO_Pin_5)// PB5
#define LED1 GPIO_ReadOutputDataBit(GPIOE,GPIO_Pin_5)// PE5       




这两组之间能互相代替吗,或者说有什么不同吗?

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。