输出
2018-11-13 本文已影响0人
Mr_White
https://zhidao.baidu.com/question/2139968016086213388.html
GPIO_InitStructure.GPIO_Pin = DI_DETECT_PIN;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_IN;
GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_NOPULL;
GPIO_Init(DI_CKECK_GPIO, &GPIO_InitStructure);
uint8 status = GPIO_ReadInputDataBit(DIDO_CKECK_GPIO,pin);