矮小热狗

文章
9
资源
0
加入时间
2年10月21天

GPIO_Mode_IN_FLOATING

#include "stm32f10x.h" #include "stm32f10x_conf.h" int main(void) { GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef USART_InitStructure; ...