i want to upload these files to my leonardo buy idk how to upload this
Hi @sinwonmisang. I'll provide instructions:
- Click the link below to open the sketch's GitLab repository in your web browser:
https://gitlab.com/realrobots/rr_controller/ - Click the "Download" button you will see on the toolbar:
- Click the "zip" button.
A file download will start. - Wait for the download to finish.
- Unzip the downloaded
rr_controller-master.zip
file.
The file will unzip to a folder namedrr_controller-master
. - Start Arduino IDE.
- Select File > Open from the Arduino IDE menus.
The "Open" dialog will open. - Open the
rr_controller-master
folder you unzipped at step (5) of these instructions from the "Open" dialog. - Open the
rr_controller
subfolder of thatrr_controller-master
folder. - Select the
rr_controller.ino
file. - Click the "Open" button.
The "rr_controller" sketch will now open in Arduino IDE. You can now upload it to your Leonardo board just as you would do with any other Arduino sketch.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.