rxpoweredup
    Preparing search index...

    Type Alias StartSpeedOptions

    Options for the startSpeed method.

    power of the motor, range: [0, 100]

    use profile for the motor, default is 'dontUseProfiles'

    do not wait for feedback from the motor, default is false

    startup information for the motor, default is 'bufferIfNecessary'

    type StartSpeedOptions = {
        bufferMode?: PortOperationStartupInformation;
        noFeedback?: boolean;
        power?: number;
        useProfile?: MotorUseProfile;
    }
    Index

    Properties

    noFeedback?: boolean
    power?: number
    useProfile?: MotorUseProfile