Skip to content

Commit

Permalink
Remove duplicate code fragment (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ProtoxiDe22 authored Jan 14, 2025
1 parent 6c4e653 commit 1d18427
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions arduino_code/arduino_code.ino
Original file line number Diff line number Diff line change
Expand Up @@ -235,21 +235,6 @@ void appMode()
return;
}

if (input == "HOME")
{
homing();
return;
}

if (input == "RESET_THETA")
{
resetTheta(); // Reset currentTheta
Serial.println("THETA_RESET"); // Notify Python
Serial.println("R");
return;
}


// If not a command, assume it's a batch of theta-rho pairs
if (!batchComplete)
{
Expand Down

0 comments on commit 1d18427

Please sign in to comment.