Quote:
|
Originally Posted by gwross
Try
Code:
printf("%d\n", (int) pwm02);
|
i found that
Code:
printf("%3d\n", (int) pwm02);
i think the 3 has something to do with the digits displayed if i am correct. i used the existing code as a basis for the assumption.