User Activity

Hi, I'm writing an application that is supposed to change the PWM pulse of Timer 17 based on ADC inputs (right now, instead of ADC inputs, I'm using simulated inputs). To do this, I wrote a struct, which among other things, stores the handler for Tim...