Skip to content

Motor 0 and 1 are the wrong way around #6

@tuxcomputers

Description

@tuxcomputers

In the documentation it shows the motor connected to YAOUT1 and YAOUT2. The code then says to run:

pfr.motors[0].forward()

The motor connected as shown does not turn until the code is changed to:

pfr.motors[1].forward()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions