bump
This commit is contained in:
parent
70ad31700a
commit
fcc8dfaf63
|
|
@ -1,7 +1,7 @@
|
||||||
# Adafruit Bus IO Library [](https://github.com/adafruit/Adafruit_BusIO/actions)
|
# Adafruit Bus IO Library [](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!
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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=*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue