Skip to content

Commit d31148d

Browse files
authored
Merge pull request #221 from Taz03/patch-1
fixed no image on website issue
2 parents d5672b7 + 882e724 commit d31148d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ 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)
7+
![Arduino UNO Pin map.](https://raw.githubusercontent.com/arduino-libraries/Ethernet/master/docs/arduino_uno_ethernet_pins.png)
88

9-
![Arduino MEGA Pin map.](./arduino_mega_ethernet_pins.png)
9+
![Arduino MEGA Pin map.](https://raw.githubusercontent.com/arduino-libraries/Ethernet/master/docs/arduino_mega_ethernet_pins.png)
1010

1111
To use this library
1212

1313
```
1414
#include <SPI.h>
1515
#include <Ethernet.h>
16-
```
16+
```

0 commit comments

Comments
 (0)