Skip to content

Commit 5cdcdbc

Browse files
authored
Merge pull request arduino-libraries#171 from arduino-libraries/karlsoderby/add-images
Added pinout
2 parents 33b966f + e8e9026 commit 5cdcdbc

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

docs/arduino_mega_ethernet_pins.png

18.8 KB
Loading

docs/arduino_uno_ethernet_pins.png

11.2 KB
Loading

docs/readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This library is designed to work with the Arduino Ethernet Shield, Arduino Ether
44

55
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.
66

7+
![Arduino UNO Pin map.](./arduino_uno_ethernet_pins.png)
8+
9+
![Arduino MEGA Pin map.](./arduino_mega_ethernet_pins.png)
10+
711
```
812
To use this library
913
#include <SPI.h>

0 commit comments

Comments
 (0)