Hello,
I can't get sscanf to work.
The compiler says:
warning #183-D: argument is incompatible with corresponding format string conversion
sscanf(RxBuff,"%d",PWM_gain_new);
where:
char RxBuff[20];
int PWM_gain_new = 1;
RxBuff has a zero-terminated numeric string function
sscan runs, but PWM_gain_new does not update.
Please advise.
Thanks,
Emmett