Skip to content

Commit

Permalink
Fix incorrect pinout
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude authored Mar 19, 2017
1 parent b75a439 commit 95f662a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ Your code should now be running on your microcontroller! If you experience any i
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="http://i.imgur.com/bOJPN5h.jpg" width="800">
<img src="http://i.imgur.com/bOJPN5h.jpg" width="850">
</br> </br>
<center> <img src="http://i.imgur.com/Nqkis6g.jpg" width="700"> </center>
<img src="http://i.imgur.com/sdCDEbY.jpg" width="700">



Expand Down

0 comments on commit 95f662a

Please sign in to comment.