Skip to content

Commit

Permalink
Add PlatfromIO section
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude authored Jun 3, 2019
1 parent 7946212 commit e14ca3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ If you're into "generic" AVR programming, I'm happy to tell you that all relevan
* **[How to install](#how-to-install)**
- [Boards Manager Installation](#boards-manager-installation)
- [Manual Installation](#manual-installation)
- [PlatformIO](#platformio)
* **[Getting started with MiniCore](#getting-started-with-minicore)**
* [Wiring reference](#wiring-reference)
* **[Pinout](#pinout)**
Expand Down Expand Up @@ -140,6 +141,11 @@ This installation method requires Arduino IDE version 1.6.4 or greater.
Click on the "Download ZIP" button in the upper right corner. Exctract the ZIP file, and move the extracted folder to the location "**~/Documents/Arduino/hardware**". Create the "hardware" folder if it doesn't exist.
Open Arduino IDE, and a new category in the boards menu called "MiniCore" will show up.
#### PlatformIO
[PlatformIO](http://platformio.org) is an open source ecosystem for IoT development and supports MiniCore.
**See [PlatformIO.md](https://github.com/MCUdude/MiniCore/blob/master/PlatformIO.md) for more information.*
## Getting started with MiniCore
Ok, so you're downloaded and installed MiniCore, but how to get started? Here's a quick guide:
Expand Down

0 comments on commit e14ca3b

Please sign in to comment.