From fcc8dfaf6378c5b930078c92fda8bf19ff7e82d4 Mon Sep 17 00:00:00 2001 From: ladyada Date: Wed, 8 Jan 2025 09:31:54 -0500 Subject: [PATCH] bump --- README.md | 2 +- library.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1cc06a1..59712ff 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Adafruit Bus IO Library [![Build Status](https://github.com/adafruit/Adafruit_BusIO/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit_BusIO/actions) -This is a helper library to abstract away I2C & SPI transactions and registers +This is a helper library to abstract away I2C, SPI, and 'generic transport' (e.g. UART) transactions and registers Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit! diff --git a/library.properties b/library.properties index b2673fe..bdff9e1 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=Adafruit BusIO -version=1.16.2 +version=1.17.0 author=Adafruit maintainer=Adafruit -sentence=This is a library for abstracting away I2C and SPI interfacing -paragraph=This is a library for abstracting away I2C and SPI interfacing +sentence=This is a library for abstracting away UART, I2C and SPI interfacing +paragraph=This is a library for abstracting away UART, I2C and SPI interfacing category=Signal Input/Output url=https://github.com/adafruit/Adafruit_BusIO architectures=*