This commit is contained in:
ladyada 2025-01-08 09:31:54 -05:00
parent 70ad31700a
commit fcc8dfaf63
2 changed files with 4 additions and 4 deletions

View File

@ -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) # 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! Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

View File

@ -1,9 +1,9 @@
name=Adafruit BusIO name=Adafruit BusIO
version=1.16.2 version=1.17.0
author=Adafruit author=Adafruit
maintainer=Adafruit <info@adafruit.com> maintainer=Adafruit <info@adafruit.com>
sentence=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 I2C and SPI interfacing paragraph=This is a library for abstracting away UART, I2C and SPI interfacing
category=Signal Input/Output category=Signal Input/Output
url=https://github.com/adafruit/Adafruit_BusIO url=https://github.com/adafruit/Adafruit_BusIO
architectures=* architectures=*