Adafruit_MQTT_Library/library.properties

11 lines
451 B
Properties
Raw Normal View History

2015-06-11 00:38:34 +02:00
name=Adafruit MQTT Library
2020-11-05 18:55:09 +01:00
version=2.1.0
2015-06-11 00:38:34 +02:00
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
2017-08-10 16:28:15 +02:00
sentence=MQTT library that supports the FONA, ESP8266, Yun, and generic Arduino Client hardware.
2015-06-11 00:38:34 +02:00
paragraph=Simple MQTT library that supports the bare minimum to publish and subscribe to topics.
category=Communication
url=https://github.com/adafruit/Adafruit_MQTT_Library
architectures=*
2020-06-25 15:56:46 +02:00
depends=Adafruit SleepyDog Library, Adafruit FONA Library, WiFi101