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...