From c7def24e438043f2a12ef3fc4576e94a1d128104 Mon Sep 17 00:00:00 2001 From: MickGyver Date: Mon, 7 Sep 2020 12:13:10 +0300 Subject: [PATCH] Updated Uploading code to the Arduino (markdown) --- Uploading-code-to-the-Arduino.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Uploading-code-to-the-Arduino.md b/Uploading-code-to-the-Arduino.md index 736a970..20efa67 100644 --- a/Uploading-code-to-the-Arduino.md +++ b/Uploading-code-to-the-Arduino.md @@ -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.