Hi @cccroissant. Please provide a detailed description of what you mean by "I couldn't successfully run through all the lines in my code".
Please post your full sketch.
- Auto Format your code by following these instructions:
- If using the Arduino IDE: select Tools > Auto Format from the menus.
- If using Arduino Cloud Editor: press Ctrl+B
- Click on the window that contains your sketch code.
- Press Ctrl+A. This will select all the text.
- Press Ctrl+C. This will copy the selected text to the clipboard.
- In a forum reply here, click on the reply field.
- Click the
</>icon on the post composer toolbar. This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
- Press Ctrl+V. This will paste the compilation output into the code block.
- Move the cursor outside of the code block markup before you add any additional text to your reply.
- Repeat the above process if your sketch has multiple tabs.
- Click the Reply button to post the output.
When your code requires a library that's not included with the Arduino IDE please post a link (using the chain links icon on the forum toolbar to make it clickable) to where you downloaded that library from or if you installed it using Library Manager (Sketch > Include Library > Manage Libraries in the Arduino IDE or Libraries > Library Manager in the Arduino Web Editor) then say so and state the full name of the library.