We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Someone submitted the following code to be compiled, something about it caused the compiler to hang and not return anything.
Whilst it was taking 1 min to timeout, the user became impatient and spammed the compile button, causing the compile server to become overloaded.
Need to:
char val; #include<Servo.h> Servo myServo /'myServo const int controlPin1 = 2; const int controlPin2 = 3; const int enablePin = 9; void setup() { myServo.attatch(4); pinMode(controlPin1, OUTPUT); pinMode(controlPin2, OUTPUT); pinMode(enablePin, OUTPUT); } if (val=='a'){ myServo.Write(90); delay(40); } else if (val=='d'){ myServo.Write(180); delay(30); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Someone submitted the following code to be compiled, something about it caused the compiler to hang and not return anything.
Whilst it was taking 1 min to timeout, the user became impatient and spammed the compile button, causing the compile server to become overloaded.
Need to:
The text was updated successfully, but these errors were encountered: