JochiSt / OpenFlowMeter

Measuring Flow
GNU General Public License v3.0
6 stars 0 forks source link

Get rid of TIM4 for ADC trigger #3

Closed JochiSt closed 2 years ago

JochiSt commented 2 years ago

TIM4 is the trigger for the ADC conversion. There is no need for this.

This can also been done by TIM2 or on the other hand manually in the main loop, which is also triggered by TIM2.

JochiSt commented 2 years ago

Previous configuration is described in https://github.com/JochiSt/OpenFlowMeter/issues/2#issuecomment-1030868442