We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
please help me for getting sematics and source code for converting rf to ir using 8051
No schematics needed...
int func(int x) { return(x); } int main(void) { int rf = 1; int ir = 2; rf = func(ir); return(-1); }
Hope this helps...