Compile and upload code: Difference between revisions
From Rsewiki
(Created page with "Back to Basebot. == Compile the code == Use the PlatformIO -> PROJECT TASKS -> teensy 4.1 -> General -> build to compile the project. It should now compile with a "SUCCESS" result, something like the one shown here: 500px") |
|||
Line 8: | Line 8: | ||
[[file:MS_Visual_studio_compile_1.png | 500px]] | [[file:MS_Visual_studio_compile_1.png | 500px]] | ||
Click on the "explorer" and find the source code: | |||
[[file:MS_Visual_studio_code_1.png | 500px]] |
Revision as of 16:49, 29 August 2024
Back to Basebot.
Compile the code
Use the PlatformIO -> PROJECT TASKS -> teensy 4.1 -> General -> build to compile the project.
It should now compile with a "SUCCESS" result, something like the one shown here:
Click on the "explorer" and find the source code: