Skip to content

Commit 14eb2b3

Browse files
pliniosenioreigrr
authored andcommitted
Update README.md
1 parent 3ff5947 commit 14eb2b3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,15 @@ While many RC servo motors will accept the 3.3v IO data pin from a esp8266, most
193193

194194
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:
195195

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

205206
#### Upload via serial port ####
206207
Pick the correct serial port.

0 commit comments

Comments
 (0)