Skip to content

Commit

Permalink
fixed no image on website issue
Browse files Browse the repository at this point in the history
earlier the website didn't showed the preview on these images
  • Loading branch information
Taz03 authored Apr 13, 2023
1 parent d5672b7 commit 882e724
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 882e724

Please sign in to comment.