Rc Servo to a Duet 3
-
I am struggling to figure the code to put in the config.g to control a RC servo connected to IO7 on a Duet 3, please can somebody help me?
-
Use M950 to create a servo port on IO7, and M280 to control it.
-
@dc42 i tried M950 S7 c"io7.out" and then M280 S7 S80 and it did not work and just an error: duplicate S parameter but i cannot see another S7 in the config.g
-
Try M280 P7 S80
-
@tekkydave cheers that works