Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Ethernet Example Getting Started [Circuitpython].md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- [Hardware requirements](#hardware_requirements)
- [Development environment configuration](#development_environment_configuration)
- [STEP1 : **Installing Circuitpython**](#step1--installing-circuitpython)
- [STEP2 : **Setup WIZnet Ethernet Libraray**](#step2--setup-wiznet-ethernet-libraray)
- [STEP2 : **Setup WIZnet Ethernet Library**](#step2--setup-wiznet-ethernet-library)
- [Ethernet example structure](#ethernet_example_structure)
- [Ethernet example testing](#Ethernet_example_testing)
- [Documentation](#Documentation)
Expand Down Expand Up @@ -92,7 +92,7 @@ Let's test "LED on" and "LED off" code. Actually, just visit the below page to b
- [https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/blinky-and-a-button](https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/blinky-and-a-button)


## STEP - 2 : [**Setup WIZnet Ethernet Libraray**][link-Setup WIZnet Libraray]
## STEP - 2 : [**Setup WIZnet Ethernet Library**][link-Setup WIZnet Library]

1. Copy the [**WIZnet library**][link-library] into the lib folder inside the Raspberry Pi Pico.
[https://learn.adafruit.com/ethernet-for-circuitpython/circuitpython-setup](https://learn.adafruit.com/ethernet-for-circuitpython/circuitpython-setup)
Expand Down Expand Up @@ -222,7 +222,7 @@ Link


[link-Installing Circuitpython]:https://learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython/circuitpython
[link-Setup WIZnet Libraray]:https://learn.adafruit.com/ethernet-for-circuitpython/circuitpython-setup
[link-Setup WIZnet Library]:https://learn.adafruit.com/ethernet-for-circuitpython/circuitpython-setup



Expand Down