We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2937d commit c673fb1Copy full SHA for c673fb1
README.md
@@ -1,2 +1,7 @@
1
-# Adafruit_IO_Arduino
+# Adafruit IO Arduino Library
2
+
3
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