-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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
Labels
No labels