mpf.platforms.interfaces.servo_platform_interface

Platform interface for servos.

class mpf.platforms.interfaces.servo_platform_interface.ServoPlatformInterface

Interface for servos in hardware platforms.

ServoPlatformInterface is an abstract base class that should be overridden for all servo interface classes on supported platforms. This class ensures the proper required methods are implemented to support servo operations in MPF.

go_to_position(position)

Move servo to a certain position.