From 5ed1b05db9406dafa2a4a3293e9b90496d0331b9 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Wed, 8 Apr 2015 00:40:38 +0800 Subject: [PATCH] Update readme to mention aREST [ci skip] --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7950cdb8b..953971c0d 100644 --- a/README.md +++ b/README.md @@ -119,11 +119,12 @@ instead of the one that comes with the Arduino IDE (this one). Allows the sketch to respond to multicast DNS queries for domain names like "foo.local". See attached example and library README file for details. -#### Other libraries +#### Other libraries (not included with the IDE) 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: -- PubSubClient MQTT library. This library is not bundled with the IDE, you need to [download it separately](https://github.com/knolleary/pubsubclient). Use this [sample](https://gist.github.com/igrr/7f7e7973366fc01d6393) to get started. +- [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. - [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)