Skip to main content

Interface IServo

Represents a servo motor interface with properties for configuration.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IServo

Properties

TrimOffset

Gets or sets the trim offset for the servo. The trim offset is used to adjust the neutral position of the servo.

View Source
Declaration
TimePeriod TrimOffset { get; set; }

Methods

Neutral()

Sets the servo to its neutral position.

View Source
Declaration
void Neutral()

Disable()

Disables the servo, stopping any movement.

View Source
Declaration
void Disable()