输出

作者: Mr_White | 来源:发表于2018-11-13 16:42 被阅读0次

    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);

    相关文章

      网友评论

          本文标题:输出

          本文链接:https://www.haomeiwen.com/subject/qrulfqtx.html