D DrG Active Member Jul 4, 2019 #21 be80be said: Ok the problem is the printf This just doesn't work Code: printf(?\n\rThe ADC Value is: %i ?,ADCC_GetSingleConversion(POT)); Click to expand... You have ? instead of " no? printf("\n\rThe ADC Value is: %i ",ADCC_GetSingleConversion(POT));
be80be said: Ok the problem is the printf This just doesn't work Code: printf(?\n\rThe ADC Value is: %i ?,ADCC_GetSingleConversion(POT)); Click to expand... You have ? instead of " no? printf("\n\rThe ADC Value is: %i ",ADCC_GetSingleConversion(POT));
be80be Well-Known Member Jul 4, 2019 #22 Yes sir I was trying some code from https://microchipdeveloper.com and it showed using the ? it should of been " I can't believe it it now works fine I'm using 5.15 tho forget 5.20
Yes sir I was trying some code from https://microchipdeveloper.com and it showed using the ? it should of been " I can't believe it it now works fine I'm using 5.15 tho forget 5.20