Skip to content

Commit 06899e1

Browse files
committed
Update readme, add library.properties.
1 parent 47776b3 commit 06899e1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ send/receive values. For example a sensor device that sends sensor measurements
88
to AIO and then enters deep power-saving sleep for a period is perfect to use
99
with this library.
1010

11+
An alternative is the [Adafruit MQTT library](https://github.com/adafruit/Adafruit_MQTT_Library)
12+
which uses the MQTT protocol to talk to Adafruit IO. This is good for devices
13+
that are always on and need to keep a connection alive to to be quickly notified
14+
of changes.
15+
1116
Currently this library supports the send API to send a value to a feed and the
1217
receive/last API to get the latest value from a feed.
1318

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=Adafruit IO Arduino
2+
version=1.0.0
3+
author=Adafruit
4+
maintainer=Adafruit <info@adafruit.com>
5+
sentence=Arduino library to access the Adafruit IO REST API.
6+
paragraph=Arduino library to access the Adafruit IO REST API using the CC3000, ESP8266/generic Client, or FONA hardware.
7+
category=Communication
8+
url=https://github.com/adafruit/Adafruit_IO_Arduino
9+
architectures=*

0 commit comments

Comments
 (0)