diff --git a/docs/arduino_mega_ethernet_pins.png b/docs/arduino_mega_ethernet_pins.png new file mode 100644 index 00000000..e35edc2c Binary files /dev/null and b/docs/arduino_mega_ethernet_pins.png differ diff --git a/docs/arduino_uno_ethernet_pins.png b/docs/arduino_uno_ethernet_pins.png new file mode 100644 index 00000000..ae7e520a Binary files /dev/null and b/docs/arduino_uno_ethernet_pins.png differ diff --git a/docs/readme.md b/docs/readme.md index 7db6e2f8..6798a3e3 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -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