摘要: 1.adc.c文件 #include "adc.h" void ADC1_Init_Config(void) { ADC_InitTypeDef ADC_InitStruct; //1.配置ADC的GPIO引脚 GPIO_InitTypeDef GPIO_InitStruct; GPIO_InitS 阅读全文
posted @ 2025-03-27 21:21 了解2号 阅读(113) 评论(0) 推荐(0)