1
0
mirror of https://github.com/MickGyver/DaemonBite-Retro-Controllers-USB synced 2025-01-30 15:00:09 -05:00

Updated Uploading code to the Arduino (markdown)

MickGyver 2020-09-07 12:13:10 +03:00
parent 780df6fa4b
commit c7def24e43

@ -9,10 +9,10 @@ First you need to download and install the [Arduino IDE](https://www.arduino.cc/
# Compile and upload
1. Plug in the Arduino Pro Micro to a free USB port. Drivers should be installed automatically.
2. Start the Arduino IDE.
4. Load the project (*.ino file) you wish to upload from the menu File / Open...
5. In the menu Tools / Board, select "Arduino Leonardo".
6. In the menu Tools / Port, select the COM port for the Arduino, it should say something like "COM12 (Arduino Leonardo)".
7. To compile and upload the code, use the menu option Scetch / Upload. Check the black status window on the bottom of the IDE.
3. Load the project (*.ino file) you wish to upload from the menu File / Open...
4. In the menu Tools / Board, select "Arduino Leonardo".
5. In the menu Tools / Port, select the COM port for the Arduino, it should say something like "COM12 (Arduino Leonardo)".
6. To compile and upload the code, use the menu option Scetch / Upload. Check the black status window on the bottom of the IDE.