Skip to content

Commit

Permalink
Added pinout diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude authored Jul 11, 2016
1 parent db7a92e commit 84ad710
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ Open Arduino IDE, and a new category in the boards menu called "MiniCore" will s
This core uses the standard Arduino UNO pinout and will not break compatibility of any existing code or libraries. What's different about this pinout compared to the original one is that this got three aditinal IO pins available. You can use digital pin 20 and 21 (PB6 and PB7) as regular IO pins if you're ussing the internal oscillator instead of an external crystal. If you're willing to disable the reset pin (can be enabled using [high voltage parallel programming](http://www.atmel.com/webdoc/stk500/stk500.highVoltageProgramming.html)) it can be used as a regular IO pin, and is assigned to digital pin 22 (PC6).
<b>Click to enlarge:</b>
</br> </br>
<img src=" " width="800">
<img src="http://i.imgur.com/OHir6hQ.jpg" width="800">
<br/> <br/>
<img src="http://i.imgur.com/cAVheJU.jpg" width="800">



##Minimal setup
Expand Down

0 comments on commit 84ad710

Please sign in to comment.