hello how can i convert the values i get from multiple ADC to multiple PWM signals again
Hello, I'm new to embedded system programming. I'm trying to turn 2 LEDs on and off with 2 potentiometers. But every time I turn a potentiometer, the LEDs flash at the same time. Can you help me with this?void ADC_oku() { HAL_ADC_Start(&hadc1); HA...