Measuring external Pulse Width and Height/Voltage
Hi all,Im wanting to measure both the width and height of input pulses using ADC and Timers.To get the width I can use a Timer with Input Capture and __HAL_TIM_GetCounterBut to get the height I'm unsure the best way. Currently I'm using the Input Cap...