Skip to content

Commit

Permalink
Added some docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mick Hellstrom committed Apr 11, 2018
1 parent 2edcc7e commit e9c7b43
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions ArduinoIDE/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@

![MickMake](https://www.mickmake.com/banner.png)


# Project - Super Duper
This dir contains Arduino IDE board support for the Super Duper.


## Quick start

### 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)

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)

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)

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)

Binary file added ArduinoIDE/docs/ScreenShot01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ArduinoIDE/docs/ScreenShot02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ArduinoIDE/docs/ScreenShot03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ArduinoIDE/docs/ScreenShot04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ArduinoIDE/docs/ScreenShot05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ArduinoIDE/docs/ScreenShot06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ArduinoIDE/docs/ScreenShot07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ArduinoIDE/docs/ScreenShot08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ArduinoIDE/docs/ScreenShot09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ArduinoIDE/docs/ScreenShot10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ArduinoIDE/docs/ScreenShot11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ArduinoIDE/docs/ScreenShot12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ArduinoIDE/docs/ScreenShot13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ This is currently in alpha state and is a WIP.


## Directories
`ArduinoIDE` - Full board support for the Arduino IDE. Currently implements basic GPIOs, SPI ports, LEDs, but no functional API yet.
`ArduinoIDE/` - Full board support for the Arduino IDE. Currently implements basic GPIOs, SPI ports, LEDs, but no functional API yet.


0 comments on commit e9c7b43

Please sign in to comment.