利用STM32F103RB進行AD採樣,而且利用了DMA控制器,而且進行了軟件濾波

void ADC1_init(void) { #if auto_samp==1 ADC_InitTypeDef ADC_InitStructure; GPIO_InitTypeDef GPIO_InitStructure; TIM_TimeBaseInitTypeDef  TIM_TimeBaseStructure; NVIC_InitTypeDef NVIC_InitStructure; RCC
相關文章
相關標籤/搜索