Bouni / Arduino-Pinout

45 stars 20 forks source link

Some digital pins for Leonardo are wrong #3

Closed bperrybap closed 2 years ago

bperrybap commented 8 years ago

The digital pins #s for the analog pins are incorrect. The current image shows A0-A5 as digital pins 14 to 19. This is incorrect. The variant file maps A0 to A5 as digital pins 18 to 23.

Also the digital pin numbers for ICSP pins are missing: SS is digital pin 17 (which unfortunately is not available on board for use and can only blink a LED)

MOSI is digital pin 16 MISO is digital pin 14 SCK is digital pin 15

stahlnow commented 7 years ago

+1

Bouni commented 7 years ago

Hi,

feel free to submit a pull request! I made these diagrams using Inkscape which is open source, so everybody can contribute! Afterwards one can use the convert.ps1 to automatically generate the .png files from the .svg files.

bperrybap commented 7 years ago

I created two pull requests. One for the Leonardo pin fixes, and another for converting the README to use relative links for the images so that the come from the local repository rather than this one. See pull requests for more info.

bperrybap commented 7 years ago

I believe that this has been resolved.