Servo and positions

I would like to print the last angle that was inputted in the servo to the serial Monitor. I know that i can use servo.read() to get the last angle in the servo but how do i actually print it to the serial monitor as i keep getting errors.

Hard to help if you're not telling us what the errors are.

Why do you want to read servo position when you already know where it is.
It's at 90 degrees on startup, or at the position you told it to go.
Just print the new position after every move.
Leo..

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.