From c3c21fdbcaae21a66c94aff0b49ae54adc182f18 Mon Sep 17 00:00:00 2001 From: MickMake Date: Wed, 11 Apr 2018 11:33:42 +1000 Subject: [PATCH] Typos --- ArduinoIDE/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ArduinoIDE/README.md b/ArduinoIDE/README.md index 602a973..f64595e 100644 --- a/ArduinoIDE/README.md +++ b/ArduinoIDE/README.md @@ -10,38 +10,56 @@ This dir contains Arduino IDE board support for the Super Duper. ### 1. Run the Arduino IDE Fire up the Arduino IDE. + ![ScreenShot01.png](docs/ScreenShot01.png) ### 2. Additional Boards Manager URLs Go to File -> Preferences + ![ScreenShot02.png](docs/ScreenShot02.png) In the section marked `Additional Boards Manager URLs` ... + ![ScreenShot03.png](docs/ScreenShot03.png) Add the following entry: `https://www.mickmake.com/SuperDuper/package_mickmake_index.json` and click OK. + ![ScreenShot04.png](docs/ScreenShot04.png) + +### 3. Search for the board Under Tools -> Board -> Boards Manager + ![ScreenShot05.png](docs/ScreenShot05.png) ![ScreenShot06.png](docs/ScreenShot06.png) Enter in `MickMake` into the search field. + ![ScreenShot07.png](docs/ScreenShot07.png) ![ScreenShot08.png](docs/ScreenShot08.png) + +### 4. Install the board + Select the package, and then click on `Install` + ![ScreenShot09.png](docs/ScreenShot09.png) ![ScreenShot10.png](docs/ScreenShot10.png) Then click OK when finished. + ![ScreenShot11.png](docs/ScreenShot11.png) + +### 5. Select the board + Go back to Tools -> Board -> Boards Manager and scroll down to select the Super Duper Board. + ![ScreenShot05.png](docs/ScreenShot05.png) ![ScreenShot12.png](docs/ScreenShot12.png) Go back to Tools and check that it has been selected. + ![ScreenShot13.png](docs/ScreenShot13.png)