if i use the new serial code from kevin's site is the following still valid?
Code:
printf("yaccel = %d\n",x_accel);
if not, which i have a feeling is the case as i didn't see any code defining that format how would i go about printf'ing the value of a variable such as the x_accel
thanks