Fastes way with as little blocking as possible to read ADC-values
I'm currently thinking about how to make the ADC-readings not neccessary as fast as possible, but to cause as little blocking as possible. My current idea is to start the reading in the main() with // Start ADC with DMA support adc_dma_values_valid ...