Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

2
Replace while loop
Post Flair (click to view more posts with a particular flair)
Post Body

Hi im working on a school project and been stuck for a while. So i'm using whiskers as sensors and coded a program that works fine. However i must not use delay, for, while loops.

How can I replace the while function with something else that still works the code correctly?

void updateRobot_v(float vTarget_r, float vTarget_l, unsigned long duration) {
unsigned long startTime = currentTime;
while (currentTime - startTime < duration) {
if (currentTime - lastTime >= interval) {
motor_v(vTarget_r, vTarget_l);
lastTime = currentTime;
}
currentTime = millis();
  }
  // Stop the robot after the specified duration
motor_v(0, 0);
}

Author
Account Strength
60%
Account Age
2 years
Verified Email
Yes
Verified Flair
No
Total Karma
514
Link Karma
542
Comment Karma
n/a
Profile updated: 16 hours ago
Posts updated: 9 hours ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
1 year ago