Using Servo [45536],B.0,201 on a Picaxe 20X2

Does he preload value used to change the pulse frequency remain en effect after I issue the Servopos command?
Or do I have to repeat the preload after every Servopos command?

Code:
Servo [45536],B.0,201

	Readadc10 B.4,w0
	w1=w0*10/68+75
	Servopos B.0,w1
...........
 

hippy

Ex-Staff (retired)
My understanding is that once the preload has been set the servo frame timing will stay the same, only the position / pulse time will alter with SERVOPOS.
 
Top