Skip to content

Commit

Permalink
Merge pull request #221 from Taz03/patch-1
Browse files Browse the repository at this point in the history
fixed no image on website issue
  • Loading branch information
per1234 committed Apr 14, 2023
2 parents d5672b7 + 882e724 commit d31148d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ 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 UNO Pin map.](https://raw.githubusercontent.com/arduino-libraries/Ethernet/master/docs/arduino_uno_ethernet_pins.png)

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

To use this library

```
#include <SPI.h>
#include <Ethernet.h>
```
```

0 comments on commit d31148d

Please sign in to comment.