摘要: //spi.c #iinclude "spi.h" void SPI2_Init () //初始化SPI口 { GPIO_InitTypeDef GPIO_InitStructure; SPI_InitTypeDef SPI_InitStructure; RCC_APB2PeriphClockCmd 阅读全文
posted @ 2021-10-31 22:26 hkaihang 阅读(516) 评论(0) 推荐(0)