Skip to content

Commit 5a34070

Browse files
authored
Update README.md
1 parent 6c58878 commit 5a34070

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Raspberry Pi Pico Micropython ESP8266 Library
2-
32
[![GitHub version](https://img.shields.io/github/release/noyelseth/rpi-pico-micropython-esp8266-lib.svg)](lib-release)
43
[![GitHub download](https://img.shields.io/github/downloads/noyelseth/rpi-pico-micropython-esp8266-lib/total.svg)](lib-release)
54
[![GitHub stars](https://img.shields.io/github/stars/noyelseth/rpi-pico-micropython-esp8266-lib.svg)](lib-stars)
65
[![GitHub issues](https://img.shields.io/github/issues/noyelseth/rpi-pico-micropython-esp8266-lib.svg)](lib-issues)
76
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](lib-licence)
87

8+
<p align="center">
9+
<img src="https://user-images.githubusercontent.com/29272159/134866689-f3a34753-1583-441e-917b-6d599b8c0fc8.png" width="300"><img src="https://user-images.githubusercontent.com/29272159/134866581-f0d7cf42-9fc0-48bc-a859-7d74b070a3fd.png" width="150"><img src="https://user-images.githubusercontent.com/29272159/134868586-bd05f5e9-eaf2-4ac2-9688-7aca16165bf8.png" width="400">
10+
</p>
11+
912
## Description
1013
This is a Micropython Library for RaspberryPi-Pico to communicate with ESP8266 using AT command.
1114

@@ -98,3 +101,9 @@ while(1):
98101
You are very welcome to contribute: stability bugfixes, new hardware support, or any other improvements. Please.
99102
[![GitHub stars](https://img.shields.io/github/stars/noyelseth/rpi-pico-micropython-esp8266-lib.svg?style=social&label=Star)](lib-stars)
100103
[![GitHub forks](https://img.shields.io/github/forks/noyelseth/rpi-pico-micropython-esp8266-lib.svg?style=social&label=Fork)](lib-network)
104+
105+
106+
### License
107+
This project is released under The MIT License (MIT) © [Noyel Seth](https://github.com/noyelseth)
108+
109+

0 commit comments

Comments
 (0)