Releases: adafruit/Adafruit_BusIO
Releases · adafruit/Adafruit_BusIO
1.1.4 - Update formatting of I2C debug prints
This release updates the optional debugging print statements to include the slave address and match the format used in CircuitPython's Debug_I2C
1.1.3 - Add Infineon XMC boards to BitOrder quirk
This release adds th Infineon XMC boards to the list of bitorder fixes, courtesy of @danielstuart14
1.1.2 - Actions update
Update library.properties
Clang & actions
clang-formatted
removed travis, added actions
Add auto-increment mode for SPI registers
new mode for 7th-bit-to-auto-inc on SPI registers (as seen in LIS3MDL)
1.0.10 - Add STM32 SPI MSB/LSBFIRST
Add megaavr arch support
1.0.9 fix for https://github.com/adafruit/Adafruit_BusIO/issues/6
1.0.8 - Allow larger i2c buffers for SAMD
Update library.properties
STM32duino support
1.0.7 bump
Fix registerbits mask calc
was extra bit!