STM32F4 potentiometer and ADC
Posted on October 01, 2014 at 17:23 HI, I want to read the value of a potentiometer; I have this ADC: #include ''stm32f4xx_adc.h'' #include ''stm32f4xx_gpio.h'' #include ''stm32f4xx_rcc.h'' #include ''pwm2.h'' void adc_configur...