mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-06 10:26:31 +00:00

The previous included version (1.0.10) was failing to read more than 32 bytes of data from I2C devices (tested on AMG8833 which typically reads 128 bytes -whose support is in progress-). The problem was fixed in version 1.9.0. Currently, this library is required and used just by the Adafruit_VEML7700 library. The VEML7700 sensor has been tested and proved to correctly work. Signed-off-by: Roberto Bonacina <roby.bonacina@tutanota.com>
10 lines
340 B
INI
10 lines
340 B
INI
name=Adafruit BusIO
|
|
version=1.11.0
|
|
author=Adafruit
|
|
maintainer=Adafruit <info@adafruit.com>
|
|
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=*
|