From 5e91fb100e660825d1a5754832e1acff73b48de7 Mon Sep 17 00:00:00 2001 From: MickGyver Date: Mon, 7 Sep 2020 11:57:53 +0300 Subject: [PATCH] Created Uploading code to the Arduino (markdown) --- Uploading-code-to-the-Arduino.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Uploading-code-to-the-Arduino.md diff --git a/Uploading-code-to-the-Arduino.md b/Uploading-code-to-the-Arduino.md new file mode 100644 index 0000000..219685c --- /dev/null +++ b/Uploading-code-to-the-Arduino.md @@ -0,0 +1,7 @@ +First you need to download and install the [Arduino IDE](https://www.arduino.cc/en/Main/Software) (install the Arduino IDE, not the web editor). Here are installation instructions for a few operating systems: +[Windows](https://www.arduino.cc/en/Guide/Windows) +[Linux](https://www.arduino.cc/en/Guide/Linux) +[Mac OS X](https://www.arduino.cc/en/Guide/MacOSX) + + +