GPIO_Mode_IN_FLOATING #include "stm32f10x.h" #include "stm32f10x_conf.h" int main(void) { GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef USART_InitStructure; ... GPIO 2023-06-16 47 点赞 0 评论 71 浏览