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 201 点赞 3 评论 304 浏览