); if(GPIO_ReadInputDataBit(GPIOB, GPIO_Pin_13) == 0) keyNumber=7; else if(GPIO_ReadInp
2024-06-05 17:53
) { lanya(); bzl=GPIO_ReadInputDataBit(GPIOB,GPIO_Pin_13);//避障左边传感器 bzr=GPIO_ReadInputD
2019-01-14 22:57
int temp;temp=GPIO_ReadInputDataBit(GPIOB,GPIO_Pin_13);PBout(8)=1;PBout(9)=temp;求助上面的这段程序,测试了硬件方面
2019-06-05 04:35
(); bzl=GPIO_ReadInputDataBit(GPIOB,GPIO_Pin_13);//避障左边传感器 bzr=GPIO_ReadInputDataBit
2018-07-02 05:44
(600,0);while(1) { lanya(); bzl=GPIO_ReadInputDataBit(GPIOB,GPIO_Pin_13);//避障左边传感器 bzr
2018-07-06 03:10
();//GPIO_SetBits(GPIOA,GPIO_Pin_All);while(1){ //read5=GPIO_ReadInputDataBit(GPIOA,GPIO
2018-04-07 12:26
GPIO_ReadOutputDataBit(GPIOC,GPIO_Pin_3)和GPIO_ReadInputDataBit(GPIOC,GPIO_Pin_3)有什么区
2017-03-16 19:50
#define SDA_readGPIOE->IDR& GPIO_Pin_3 //GPIO_ReadInputDataBit(GPIOE,GPIO_Pin_3)我用库函数
2018-09-06 09:24
请教各位前辈,做避障小车时遇到了一些问题,说明:用的8路红外避障模块(模块遇到障碍源时,输出低电平信号)我设置的是上拉输入,然后用GPIO_ReadInputDataBit()读取8个口的信号,然后
2016-04-10 16:09
(GPIO_TypeDef GPIOx, uint16_t GPIO_Pin)*在固件库中操作 IDR 寄存器读取 IO 端口数据是通过 GPIO_ReadInputDataBit比如我要读 GPIOA.5 的...
2022-01-12 18:24