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
Describe the bug Cannot flush Arduino Uno R3 with arduino_serialCOM_v0.1.ino.
To Reproduce Steps to reproduce the behavior: Clicking "Upload" produces "Error compiling for board Arduino Uno" with multiple errors.
Expected behavior Flush the board without errors.
Software versions (please complete the following information):
Additional context Typical error:
arduino_serialCOM_v0.1 ORIGINAL.ino:96:37: error: redefinition of 'AccelStepper stepper1'
AccelStepper stepper1(AccelStepper::DRIVER, X_STP, X_DIR);
^~~~~~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Cannot flush Arduino Uno R3 with arduino_serialCOM_v0.1.ino.
To Reproduce
Steps to reproduce the behavior:
Clicking "Upload" produces "Error compiling for board Arduino Uno" with multiple errors.
Expected behavior
Flush the board without errors.
Software versions (please complete the following information):
Additional context
Typical error:
arduino_serialCOM_v0.1 ORIGINAL.ino:96:37: error: redefinition of 'AccelStepper stepper1'
AccelStepper stepper1(AccelStepper::DRIVER, X_STP, X_DIR);
The text was updated successfully, but these errors were encountered: