2022-07-15 02:00 PM
if (SW1Pressed_F && (!SW1ActionTaken_F))
{
DesiredSpeed = 10;
DesiredDirection = LEFT;
}
if (SW1Pressed_F && (!SW1ActionTaken_F))
{
DesiredSpeed = 10;
DesiredDirection = LEFT;
}
Solved! Go to Solution.
2022-07-21 04:29 AM
Great!
If the problem is resolved, please mark this thread as answered by selecting Select as best under your preferred answer. This will help other users find that answer faster.
/Peter