Quote:
|
Originally Posted by ForgottenSalad
Just as a quick question, seeing as I never got to test my code, would getting the location of the servo be as simple as
Code:
printf("Servo Location is... %d\r", pwm01)
or would I have to do something more to find where it is betweeen 0 and 255...?
|
First of all what are you trying to do? If you are setting a value to pwm01 and then printing it out later, this should work. However, you can't physically read the current position of the servo motor. Neither the hardware or software support this.