|
Re: MPLAB 7.20 Help please?
another problem now.. in the com1 terminal window.. it doesnt display any of my printfs... which is puzzling...
essentially this is all i want to see:
-------------------------
rot = Get_Analog_Value(rc_ana_in01);
temp = Get_Analog_Value(rc_ana_in02);
pot = Get_Analog_Value(rc_ana_in03);
ac = Get_Analog_Value(rc_ana_in04);
printf("rot: 3%d, temp: 3%d, pot: 3%d, ac: %d/r", rot, temp, pot, ac);
|