If I have a 360 degree (full turn) servo instead of the standard 180 degree servo, do I use 0-360 in the argument of servo.write()?
For example would I do servo.write(240), servo.write(360) to go to 240 degrees and 360 degrees?
All the examples I have seen for using servo.write are for 180 degree rotating servos so I have no idea how to use servo.write with a 360 degree servo.
OK! I don't know but there should be information available on the specific servo, no?
A tip that may or may not be useful: Using the Arduino you can control a servo by angle OR by milliseconds. By milliseconds I mean the on-pulse of the signal that controls the servo. Should look something like this:
That may help when you try too google for info on your servos...