Skip to content

Commit 4775fba

Browse files
committed
Merge pull request esp8266#382 from plinioseniore/patch-1
Update README.md
2 parents cd4a023 + 5aeb375 commit 4775fba

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,14 +187,15 @@ See attached example and library README file for details.
187187

188188
Libraries that don't rely on low-level access to AVR registers should work well. Here are a few libraries that were verified to work:
189189

190+
- [arduinoWebSockets](https://github.com/Links2004/arduinoWebSockets) - WebSocket Server and Client compatible with esp8266 (RFC6455)
190191
- [aREST](https://github.com/marcoschwartz/aREST) REST API handler library.
191-
- [PubSubClient](https://github.com/Imroy/pubsubclient) MQTT library by @Imroy.
192-
- [DHT11](https://github.com/adafruit/DHT-sensor-library) - initialize DHT as follows: ```DHT dht(DHTPIN, DHTTYPE, 15);```
192+
- [Blynk](https://github.com/blynkkk/blynk-library) - easy IoT framework for Makers (check out the [Kickstarter page](http://tiny.cc/blynk-kick)).
193193
- [DallasTemperature](https://github.com/milesburton/Arduino-Temperature-Control-Library.git)
194+
- [DHT11](https://github.com/adafruit/DHT-sensor-library) - initialize DHT as follows: ```DHT dht(DHTPIN, DHTTYPE, 15);```
194195
- [NeoPixelBus](https://github.com/Makuna/NeoPixelBus) - Arduino NeoPixel library compatible with esp8266.
196+
- [PubSubClient](https://github.com/Imroy/pubsubclient) MQTT library by @Imroy.
195197
- [RTC](https://github.com/Makuna/Rtc) - Arduino Library for Ds1307 & Ds3231 compatible with esp8266.
196-
- [Blynk](https://github.com/blynkkk/blynk-library) - easy IoT framework for Makers (check out the [Kickstarter page](http://tiny.cc/blynk-kick)).
197-
- [arduinoWebSockets](https://github.com/Links2004/arduinoWebSockets) - WebSocket Server and Client compatible with esp8266 (RFC6455)
198+
- [Souliss, Smart Home](https://github.com/souliss/souliss) - Framework for Smart Home based on Arduino, Android and openHAB.
198199

199200
#### Upload via serial port ####
200201
Pick the correct serial port.

0 commit comments

Comments
 (0)