当前位置:首页 > stm32

stm32

stm32写入读取整组gpio数据

fe07fe3年前 (2023-10-09)1779
 GPIO_InitTypeDef  GPIO_InitStructure;    RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB, ENABLE);    GPIO…