Skip to content

Commit c673fb1

Browse files
committed
Update README.md
1 parent da2937d commit c673fb1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
# Adafruit_IO_Arduino
1+
# Adafruit IO Arduino Library
2+
23
Arduino library to access the Adafruit IO REST API on platforms like the FONA, CC3000, and ESP8266.
4+
This is a good library for simple send and receive access to Adafruit IO feeds. Unlike MQTT the
5+
REST API does not require a connection to be kept alive so it's good for things to periodically
6+
need to connect and send/receive values. For example a sensor device that sends sensor measurements
7+
to AIO and then enters deep power-saving sleep for a period is perfect to use with this library.

0 commit comments

Comments
 (0)