Skip to content

Commit 982255b

Browse files
author
brentru
committed
update readme, properties
1 parent bb9efcc commit 982255b

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Adafruit IO Arduino Library
22

3-
[![Documentation Status](https://readthedocs.org/projects/adafruit-io-arduino/badge/?version=latest)](https://adafruit-io-arduino.readthedocs.io/en/latest/)
4-
5-
63
![Build Status](https://github.com/adafruit/Adafruit_IO_Arduino/workflows/Arduino%20Library%20CI/badge.svg)
74

85
[![Discord](https://img.shields.io/discord/327254708534116352.svg)](https://discord.gg/nBQh6qu)
@@ -11,12 +8,18 @@
118

129
This library provides a simple device independent interface for interacting with [Adafruit IO](https://io.adafruit.com) using Arduino. It allows you to switch between WiFi (ESP8266, ESP32, AirLift, WINC1500, & WICED), Cellular (32u4 FONA), and Ethernet (Ethernet FeatherWing)
1310

14-
1511
## Documentation
16-
Documentation including installation, configuration and usage for this library is found on [the Adafruit IO Arduino ReadTheDocs pages](https://adafruit-io-arduino.readthedocs.io/en/latest/).
12+
13+
The Doxygen documentation is automatically generated from the source files
14+
in this repository, and documents the API exposed by this library.
15+
16+
- [API Documentation](https://adafruit.github.io/Adafruit_IO_Arduino/) (automatically generated via doxygen from source)
1717

1818
## License
19-
Copyright (c) 2019 [Adafruit Industries](https://adafruit.com). Licensed under the [MIT license](/LICENSE?raw=true).
2019

21-
[Adafruit](https://adafruit.com) invests time and resources providing this open source code.
22-
Please support Adafruit and open-source hardware by purchasing products from [Adafruit](https://adafruit.com).
20+
This open source code is licensed under the MIT license (see [LICENSE](LICENSE)
21+
for details).
22+
23+
Adafruit invests time and resources providing this open source code, please
24+
support Adafruit and open-source hardware by purchasing products from
25+
[Adafruit](https://www.adafruit.com)!

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit IO Arduino
2-
version=3.3.1
2+
version=3.4.0
33
author=Adafruit
44
maintainer=Adafruit <adafruitio@adafruit.com>
55
sentence=Arduino library to access Adafruit IO.

0 commit comments

Comments
 (0)