From b493f01b394581a70be50e230e9e91ce243d7cd1 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 22 May 2015 14:56:39 +0300 Subject: [PATCH] Update README.md Mention the new pubsubclient library. [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65ed84f9d..373b645a4 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ See attached example and library README file for details. 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: - [aREST](https://github.com/marcoschwartz/aREST) REST API handler library. -- [PubSubClient](https://github.com/knolleary/pubsubclient) MQTT library. Use this [sample](https://gist.github.com/igrr/7f7e7973366fc01d6393) to get started. +- [PubSubClient](https://github.com/Imroy/pubsubclient) MQTT library by @Imroy. - [DHT11](https://github.com/adafruit/DHT-sensor-library) - initialize DHT as follows: ```DHT dht(DHTPIN, DHTTYPE, 15);``` - [DallasTemperature](https://github.com/milesburton/Arduino-Temperature-Control-Library.git) - [NeoPixelBus](https://github.com/Makuna/NeoPixelBus) - Arduino NeoPixel library compatible with esp8266.