Skip to content

Follow? #1

@tolbier

Description

@tolbier

On https://github.com/bq/robopad/blob/master/Arduino/robopad_beetle_droid_arduino/robopad_beetle_droid_arduino.ino , line 250
if the target is to follow the Light, the code is wrong...

it should be like:

if (leftLDR < lightLimitValue) {
rightWheel.write(wheelStopValue);
delay(defaultDelay);
} else {
rightWheel.write(rightWheelFordwardValue);
delay(defaultDelay);
}

.........
If that's right , I cand send a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions