thanks i have ever seen this text about the fonction ,
my problem is : Iwnt use this fonction to change the frequency of timer
After the frequency will be using by a LED to blinking frequency
int i=1;
extern word ADCValue;
byte err;
void main(void)
{
/*** Processor Expert internal initialization. DON'T REMOVE THIS CODE!!! ***/
PE_low_level_init();
while (i>0) {
err=Timer_SetFreqHz(AD1_GetValue16(&ADCValue));
LedOutput_NegVal();
}
how use this fonction to change frequency ?