STM32F100 ADC - read channels in scan mode
Posted on September 13, 2013 at 21:03 I can get the value from one channel of ADC but now if I use the scan mode how can I get each value? thanks :) #include <stm32f10x.h> #include <stm32f10x_gpio.h> #include <stm32f10x_rcc.h> #inc...