Update README.md
This commit is contained in:
parent
6ea46ed1b3
commit
9047509275
13
README.md
13
README.md
|
@ -1,5 +1,9 @@
|
|||
# Arduboy-homebrew-package
|
||||
Arduino IDE board package for Arduboy and homebrew versions.
|
||||
Arduino IDE board package for Arduboy and homebrew versions with the following advantages:
|
||||
* Single install
|
||||
* Includes all Arduboy libraries with support for alternate displays and wiring
|
||||
* Includes Arduboy optimized Arduino core with extra features and space savings
|
||||
* Cathy3K bootloader support
|
||||
|
||||
#### To install the package:
|
||||
* Start Arduino IDE and press **CTRL + comma** to select properties.
|
||||
|
@ -8,9 +12,12 @@ Arduino IDE board package for Arduboy and homebrew versions.
|
|||
https://raw.githubusercontent.com/MrBlinky/Arduboy-homebrew-package/master/package_arduboy_homebrew_index.json
|
||||
```
|
||||
![preferences](https://raw.githubusercontent.com/MrBlinky/Arduboy-homebrew-package/master/images/preferences.png)
|
||||
After this
|
||||
After this:
|
||||
* Go to **Tools > Boards > Board manager**
|
||||
* In the text box type **Arduboy homebrew**
|
||||
* Click on the **Arduboy Hombrew package** and click the **Install** button.
|
||||
You can now select **Arduboy, Arduboy DevKit** and **Arduboy Homebrew boards**.
|
||||
|
||||
You can now select **Arduboy, Arduboy DevKit** and **Arduboy Homebrew boards** from the Tools menu.
|
||||
|
||||
![menu](https://raw.githubusercontent.com/MrBlinky/Arduboy-homebrew-package/master/images/menu.gif)
|
||||
|
||||
|
|
Loading…
Reference in New Issue