You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ This is a Micropython Library for RaspberryPi-Pico to communicate with ESP8266 u
18
18
</p>
19
19
20
20
## Getting Started with Examples
21
-
The best way to learn **Raspberry Pi Pico Micropython ESP8266 Library** is to understand the examples.
22
-
In the `examples` directory there are an example of complete a HTTP Get/Post Operation using ESP8266.
21
+
This is a basic AT Command library for RaspberryPi-Pico, which simplifies the communication process with the ESP8266.
22
+
The best way to understand the library is with the example shown below, This example shows you how to make a GET/POST request using ESP8266 with the help of the RaspberryPi-Pico.
0 commit comments