Skip to content

Commit fcc8dfa

Browse files
committed
bump
1 parent 70ad317 commit fcc8dfa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 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)
22

33

4-
This is a helper library to abstract away I2C & SPI transactions and registers
4+
This is a helper library to abstract away I2C, SPI, and 'generic transport' (e.g. UART) transactions and registers
55

66
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
77

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=Adafruit BusIO
2-
version=1.16.2
2+
version=1.17.0
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
5-
sentence=This is a library for abstracting away I2C and SPI interfacing
6-
paragraph=This is a library for abstracting away I2C and SPI interfacing
5+
sentence=This is a library for abstracting away UART, I2C and SPI interfacing
6+
paragraph=This is a library for abstracting away UART, I2C and SPI interfacing
77
category=Signal Input/Output
88
url=https://github.com/adafruit/Adafruit_BusIO
99
architectures=*

0 commit comments

Comments
 (0)