2020-05-26 05:05 AM
Hi,
I would like to create an ADC driver for reading three channels, but I don't understand how I can read the single risult. I wrote a driver that read one channel (As you can see in attached file), What are the istructions for adding others channels ?
In particular the function for reading more channels, now I use this: HAL_ADC_PollForConversion(&Adc.Handle[Ch], 10) != HAL_OK).
Thanks