Skip to content

Commit

Permalink
Merge pull request #171 from arduino-libraries/karlsoderby/add-images
Browse files Browse the repository at this point in the history
Added pinout
  • Loading branch information
karlsoderby authored Oct 4, 2021
2 parents 33b966f + e8e9026 commit 5cdcdbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file added docs/arduino_mega_ethernet_pins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/arduino_uno_ethernet_pins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This library is designed to work with the Arduino Ethernet Shield, Arduino Ether

The Arduino board communicates with the shield using the SPI bus. This is on digital pins 11, 12, and 13 on the Uno and pins 50, 51, and 52 on the Mega. On both boards, pin 10 is used as SS. On the Mega, the hardware SS pin, 53, is not used to select the Ethernet controller chip, but it must be kept as an output or the SPI interface won't work.

![Arduino UNO Pin map.](./arduino_uno_ethernet_pins.png)

![Arduino MEGA Pin map.](./arduino_mega_ethernet_pins.png)

```
To use this library
#include <SPI.h>
Expand Down

0 comments on commit 5cdcdbc

Please sign in to comment.